Moved a second SystemTags() test to the 'dos' subdir.
[AROS.git] / test / mmakefile.src
blob9348aaf6bbc5da0b8f2006dcfc06082f96aabcf3
1 #   $Id$
3 #   Makefile for AROS Test
5 include $(TOP)/config/make.cfg
8 COMMONTESTFILES := \
9     cctest \
10     serialmousetest \
11     serialtest \
12     rexxsyslibtest \
13     simplepng \
14     printf_f \
15     runtests \
16     mountlist
18 HOSTEDTESTFILES :=  \
19     hostlib windebug
21 EXEDIR := $(AROS_TESTS)
23 USER_INCLUDES := -I$(SRCDIR)/workbench/libs
24 USER_CFLAGS += -DADATE="\"$(shell date '+%d.%m.%Y')\""
26 #MM- test : test-common test-clib test-kernel test-exec test-intuition \
27 #MM  test-layers test-zune workbench-libs-version test-$(AROS_TARGET_ARCH) test-miscfiles
29 #MM  test-common : includes workbench-libs-version linklibs
31 %build_progs mmake=test-common \
32     files=$(COMMONTESTFILES) targetdir=$(EXEDIR) \
33     uselibs="coolimagesstatic hiddstubs"
35 %build_progs mmake=test-hosted \
36     files=$(HOSTEDTESTFILES) targetdir=$(EXEDIR)
38 %copy_files_q mmake=test-miscfiles files="testscript openlocale.prefs" dst=$(EXEDIR)
40 %common