r6831@lvps87-230-33-50: verhaegs | 2008-02-03 14:08:57 +0100
[AROS.git] / test / mmakefile.src
blob6094d8abf131dd2bcfb0afeb41ade556d9e541c1
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     librarytest \
44     opendiskfont \
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     playoss \
77     openlib \
78     simplepng \
79     truecolorpens \
80     consolemodes \
81     examine \
82     rwverify \
83     notify \
84     setfilesize \
85     timeport \
86     getdeviceproc \
87     minicat \
88     time \
89     waitforchar
91 HOSTEDTESTFILES :=  \
92     hostlib
94 EXEDIR := $(AROS_TESTS)
96 USER_CFLAGS := -I$(TOP)/workbench/libs
98 #MM test : test-clib test-zune contrib-cdvdfs-cdrom
99 #MM test : includes includes-copy workbench-datatypes-png-includes
101 %build_progs mmake=test \
102     files=$(COMMONTESTFILES) targetdir=$(EXEDIR) \
103     uselibs="coolimagesstatic arossupport amiga arosc m hiddstubs"
105 %common