Removed a destructive test for the old ide.device.
[AROS.git] / test / mmakefile.src
blob70a77144df749a281e44d68ba4f0615992ae7fb5
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     keymaptest \
22     inquire \
23     mathtest \
24     cctest \
25     helloworld \
26     serialmousetest \
27     serialtest \
28     unixio \
29     opendiskfont \
30     partition \
31     sortlayercr \
32     systemtags \
33     systemtagsslave \
34     camdtree \
35     rexxsyslibtest \
36     printnativekeytable \
37     simplepng \
38     convertpixels \
39     patchrgbconv \
40     joystick \
41     getcpuinfo \
42     printf_f \
43     versionlib \
44     runtests \
45     fsresource \
46     mountlist \
47     crashtest \
48     openlocale \
49     pthreadtest
51 SHTESTFILES=\
52     pcilist \
53     true
55 HOSTEDTESTFILES :=  \
56     hostlib windebug
58 EXEDIR := $(AROS_TESTS)
60 USER_INCLUDES := -I$(SRCDIR)/workbench/libs
61 USER_CFLAGS += -DADATE="\"$(shell date '+%d.%m.%Y')\""
63 #MM- test : test-common test-sh test-clib test-kernel test-exec test-intuition \
64 #MM  test-layers test-zune workbench-libs-version test-$(AROS_TARGET_ARCH) test-miscfiles
66 #MM  test-common : includes workbench-libs-version linklibs
67 #MM  test-sh : includes linklibs
69 %build_progs mmake=test-common \
70     files=$(COMMONTESTFILES) targetdir=$(EXEDIR) \
71     uselibs="coolimagesstatic hiddstubs pthread"
73 %build_progs mmake=test-sh \
74     files=$(SHTESTFILES) targetdir=$(EXEDIR) \
75     usestartup=no
77 %build_progs mmake=test-hosted \
78     files=$(HOSTEDTESTFILES) targetdir=$(EXEDIR)
80 %copy_files_q mmake=test-miscfiles files="testscript openlocale.prefs" dst=$(EXEDIR)
82 %common