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