Deleted, because all AROS modifications are now in prefs
[cake.git] / test / mmakefile.src
blob5da4e039ecbff2175ec6c4b901448db482adb9c2
1 #   $Id$
3 #   Makefile for AROS Test
5 include $(TOP)/config/make.cfg
8 COMMONTESTFILES := \
9     areatest2 \
10     amiga2date \
11     amigademo \
12     availfonts \
13     blttemplatealpha \
14     date2amiga \
15     dosvartest \
16     exceptiontest \
17     fileseek \
18     filetest \
19     fontinfo \
20     fstest \
21     getcybermapattr \
22     gfx \
23     hostcb \
24     iffparsewrite \
25     ilbmtoc \
26     localetest \
27     matchtest \
28     messagetest \
29     newmatch \
30     keymaptest \
31     layerstest \
32     inquire \
33     mathtest \
34     cctest \
35     clippingtest \
36     helloworld \
37     oopdemo \
38     scrollerwin \
39     serialmousetest \
40     serialtest \
41     unixio \
42     librarytest \
43     opendiskfont \
44     partition \
45     scantest \
46     semaphoretest \
47     showvisregion \
48     showvisshape \
49     sortlayercr \
50     signaltest \
51     strtodate \
52     systemtags \
53     systemtagsslave \
54     tasktest \
55     tasktest2 \
56     ExNext \
57     randtest \
58     enqueue \
59     semtorture \
60     obtainpentest \
61     readpixelarray \
62     writepixelarray \
63     writepixelarrayalpha \
64     rawtest \
65     camdtree \
66     mktime \
67     rexxsyslibtest \
68     portsend \
69     portreceive \
70     makelib \
71     weightamatch \
72     printnativekeytable \
73     textbug \
74     testide \
75     playoss \
76     openlib \
77     simplepng \
78     truecolorpens \
79     consolemodes \
80     examine \
81     rwverify \
82     notify \
83     setfilesize \
84     timeport \
85     getdeviceproc \
86     minicat \
87     time \
88     waitforchar
90 HOSTEDTESTFILES :=  \
91     hostlib
93 EXEDIR := $(AROS_TESTS)
95 USER_CFLAGS := -I$(TOP)/workbench/libs
97 #MM test : test-clib test-zune contrib-cdvdfs-cdrom
98 #MM test : includes includes-copy workbench-datatypes-png-includes
100 %build_progs mmake=test \
101     files=$(COMMONTESTFILES) targetdir=$(EXEDIR) \
102     uselibs="coolimagesstatic arossupport amiga arosc m hiddstubs"
104 %common