a basic Busy Disk icon
[AROS.git] / test / mmakefile.src
blobab8cee15c44ee04c2f59d7500c29d91a38fe9b12
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     exceptiontest2 \
18     fileseek \
19     filetest \
20     fontinfo \
21     fstest \
22     getcybermapattr \
23     gfx \
24     hostcb \
25     iffparsewrite \
26     ilbmtoc \
27     localetest \
28     matchtest \
29     messagetest \
30     newmatch \
31     keymaptest \
32     layerstest \
33     inquire \
34     mathtest \
35     cctest \
36     clippingtest \
37     helloworld \
38     oopdemo \
39     scrollerwin \
40     serialmousetest \
41     serialtest \
42     unixio \
43     opendiskfont \
44     openfromlock \
45     partition \
46     scantest \
47     semaphoretest \
48     showvisregion \
49     showvisshape \
50     sortlayercr \
51     signaltest \
52     strtodate \
53     systemtags \
54     systemtagsslave \
55     tasktest \
56     tasktest2 \
57     ExNext \
58     randtest \
59     enqueue \
60     semtorture \
61     obtainpentest \
62     readpixelarray \
63     writepixelarray \
64     writepixelarrayalpha \
65     rawtest \
66     camdtree \
67     mktime \
68     rexxsyslibtest \
69     portsend \
70     portreceive \
71     makelib \
72     weightamatch \
73     printnativekeytable \
74     textbug \
75     testide \
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 \
89     seektest \
90     avltest \
91     callhooktest \
92     scanvarstest \
93     runcommand \
94     aroscprivdata \
95     childwait \
96     childstatus
98 HOSTEDTESTFILES :=  \
99     hostlib
101 EXEDIR := $(AROS_TESTS)
103 USER_CFLAGS := -I$(SRCDIR)/workbench/libs
105 #MM test : test-clib test-zune contrib-cdvdfs-cdrom
106 #MM test : includes includes-copy workbench-datatypes-png-includes
108 %build_progs mmake=test \
109     files=$(COMMONTESTFILES) targetdir=$(EXEDIR) \
110     uselibs="coolimagesstatic arossupport amiga arosc m hiddstubs"
112 %common