blob: 250313cbd48fcc7ae12b01b1f70fe68c4ab000ef [file] [log] [blame]
LEVEL = ../../..
CXXFLAGS += -std=gnu++98
LDFLAGS += -lm -lstdc++
FP_TOLERANCE := 0.001
ifeq ($(ARCH),XCore)
# XCore takes over 2 hours
RUNTIMELIMIT:=10800
else
# This test can take more than the default 500s timeout at -O0.
RUNTIMELIMIT:=1200
endif
include $(LEVEL)/Makefile.config
include $(LEVEL)/SingleSource/Makefile.singlesrc