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