check if the compiler supports -funroll-loops
[AROS.git] / test / mmakefile.src
blob996c980a2a23a10ddae279603eeb6669192a27fd
1 #   $Id$
3 #   Makefile for AROS Test
5 include $(SRCDIR)/config/aros.cfg
7 COMMONTESTFILES := \
8     runtests
10 EXEDIR := $(AROS_TESTS)
12 USER_INCLUDES := -I$(SRCDIR)/workbench/libs
13 USER_CFLAGS += -DADATE="\"$(shell date '+%d.%m.%Y')\""
15 #MM- test : test-common test-clib test-kernel test-intuition \
16 #MM  test-layers test-zune workbench-libs-version test-$(AROS_TARGET_ARCH) test-miscfiles
18 #MM  test-common : includes workbench-libs-version linklibs
20 %build_progs mmake=test-common \
21     files=$(COMMONTESTFILES) targetdir=$(EXEDIR) \
22     uselibs="coolimagesstatic hiddstubs"
24 %copy_files_q mmake=test-miscfiles files="testscript" dst=$(EXEDIR)
26 %common