blob: 63749802d645c1827415d1f9f26d5a5963a88870 [file] [log] [blame]
LEVEL = ../../..
PROG = nbench
CPPFLAGS = -DBASE_ITERATIONS=25
CFLAGS += -Wno-implicit-function-declaration
LDFLAGS =
include ../../Makefile.multisrc
ifeq ($(ARCH),XCore)
# XCore takes ~1 hour.
RUNTIMELIMIT:=7200
else
# This test can take more than the default 500s timeout at -O0.
RUNTIMELIMIT:=750
endif
# Always copy NNET.DAT so it's available with SRCDIR != OBJDIR builds.
# FIXME: Hack
$(shell cp -n $(PROJ_SRC_DIR)/NNET.DAT .)