Add default pointer prefs
[AROS.git] / test / mmakefile.src
blob288c2ac7a12a7ccbeaa90efac50f64f7c3dc6560
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     CGXTest \
15     date2amiga \
16     dosvartest \
17     exceptiontest \
18     exceptiontest2 \
19     fileseek \
20     filetest \
21     fontinfo \
22     fstest \
23     getcybermapattr \
24     gfx \
25     gfxinfo \
26     gfxtest \
27     screentest \
28     hostcb \
29     iffparsewrite \
30     ilbmtoc \
31     localetest \
32     matchtest \
33     messagetest \
34     modeid \
35     monitorclass \
36     newmatch \
37     keymaptest \
38     layerstest \
39     inquire \
40     mathtest \
41     cctest \
42     clippingtest \
43     helloworld \
44     oopdemo \
45     scrollerwin \
46     serialmousetest \
47     serialtest \
48     unixio \
49     hostio \
50     opendiskfont \
51     openfromlock \
52     partition \
53     rawdofmt \
54     scantest \
55     semaphoretest \
56     showvisregion \
57     showvisshape \
58     sortlayercr \
59     signaltest \
60     strtodate \
61     systemtags \
62     systemtagsslave \
63     tasktest \
64     tasktest2 \
65     traptest \
66     ExNext \
67     randtest \
68     enqueue \
69     semtorture \
70     obtainpentest \
71     readpixelarray \
72     writepixelarray \
73     writepixelarrayalpha \
74     rawtest \
75     camdtree \
76     mktime \
77     rexxsyslibtest \
78     portsend \
79     portreceive \
80     makelib \
81     weightamatch \
82     printnativekeytable \
83     textbug \
84     testide \
85     openlib \
86     simplepng \
87     truecolorpens \
88     consolemodes \
89     examine \
90     rwverify \
91     notify \
92     setfilesize \
93     timeport \
94     getdeviceproc \
95     minicat \
96     time \
97     waitforchar \
98     seektest \
99     avltest \
100     callhooktest \
101     scanvarstest \
102     runcommand \
103     aroscprivdata \
104     childwait \
105     convertpixels \
106     patchrgbconv \
107     childstatus \
108     joystick \
109     supertest
111 HOSTEDTESTFILES :=  \
112     hostlib
114 EXEDIR := $(AROS_TESTS)
116 USER_CFLAGS := -I$(SRCDIR)/workbench/libs
118 #MM test : test-clib test-zune contrib-cdvdfs-cdrom
119 #MM test : includes includes-copy workbench-datatypes-png-includes
121 %build_progs mmake=test \
122     files=$(COMMONTESTFILES) targetdir=$(EXEDIR) \
123     uselibs="coolimagesstatic arossupport amiga arosc m hiddstubs hiddgraphicsstubs oop"
125 %common