New bitmap method SetRGBConversionFunction which can be used to
[tangerine.git] / test / mmakefile.src
blobc828fa69ace1078ac75d2b972e0675a6b5767a20
1 #   $Id$
3 #   Makefile for AROS Test
5 include $(TOP)/config/make.cfg
8 FILES := \
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     pipe \
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     windecor \
81     consolemodes \
82     examine
84 EXEDIR := $(AROS_TESTS)
86 USER_CFLAGS := -I$(TOP)/workbench/libs
88 #MM test : test-clib test-zune 
89 #MM test : includes includes-copy workbench-datatypes-png-includes
91 %build_progs mmake=test \
92     files=$(FILES) targetdir=$(EXEDIR) \
93     uselibs="coolimagesstatic arossupport amiga arosc m hiddstubs"
95 %common