Moved tests into appropriate subdirs.
[AROS.git] / test / mmakefile.src
blobe1794ce298a88079234068d5a51f2333ec667978
1 #   $Id$
3 #   Makefile for AROS Test
5 include $(TOP)/config/make.cfg
8 COMMONTESTFILES := \
9     amigademo \
10     availfonts \
11     exceptiontest \
12     exceptiontest2 \
13     fileseek \
14     fontinfo \
15     frequencies \
16     hostcb \
17     iffparsewrite \
18     ilbmtoc \
19     localetest \
20     modeid \
21     newmatch \
22     keymaptest \
23     inquire \
24     mathtest \
25     cctest \
26     helloworld \
27     oopdemo \
28     serialmousetest \
29     serialtest \
30     unixio \
31     opendiskfont \
32     partition \
33     sortlayercr \
34     systemtags \
35     systemtagsslave \
36     camdtree \
37     rexxsyslibtest \
38     printnativekeytable \
39     testide \
40     simplepng \
41     convertpixels \
42     patchrgbconv \
43     joystick \
44     getcpuinfo \
45     printf_f \
46     versionlib \
47     runtests \
48     fsresource \
49     mountlist \
50     crashtest \
51     openlocale \
52     pthreadtest
54 SHTESTFILES=\
55     pcilist \
56     true
58 HOSTEDTESTFILES :=  \
59     hostlib windebug
61 EXEDIR := $(AROS_TESTS)
63 USER_INCLUDES := -I$(SRCDIR)/workbench/libs
64 USER_CFLAGS += -DADATE="\"$(shell date '+%d.%m.%Y')\""
66 #MM- test : test-common test-sh test-clib test-kernel test-exec test-intuition \
67 #MM  test-layers test-zune workbench-libs-version test-$(AROS_TARGET_ARCH) test-miscfiles
69 #MM  test-common : includes workbench-libs-version linklibs
70 #MM  test-sh : includes linklibs
72 %build_progs mmake=test-common \
73     files=$(COMMONTESTFILES) targetdir=$(EXEDIR) \
74     uselibs="coolimagesstatic hiddstubs pthread"
76 %build_progs mmake=test-sh \
77     files=$(SHTESTFILES) targetdir=$(EXEDIR) \
78     usestartup=no
80 %build_progs mmake=test-hosted \
81     files=$(HOSTEDTESTFILES) targetdir=$(EXEDIR)
83 %copy_files_q mmake=test-miscfiles files="testscript openlocale.prefs" dst=$(EXEDIR)
85 %common