Fixed incorrect bit number for SMB_AUTOSCROLL. Fortunately it isn't used
[AROS.git] / test / graphics / mmakefile.src
blobef7b7a3c04d3505452f259d8a359dc8ae2f52332
1 # Copyright © 2003-2013, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(SRCDIR)/config/aros.cfg
6 FILES := \
7     allocbitmap \
8     areatest2 \
9     blttemplatealpha \
10     CGXTest \
11     getcybermapattr \
12     gfx \
13     gfxinfo \
14     gfxtest \
15     obtainpentest \
16     readpixelarray \
17     scalepixelarray \
18     showvisregion \
19     showvisshape \
20     textbug \
21     truecolorpens \
22     weightamatch \
23     writepixelarray \
24     writepixelarrayalpha
26 EXEDIR := $(AROS_TESTS)/graphics
28 #MM- test : test-graphics
29 #MM- test-quick : test-graphics-quick
31 #MM test-graphics : includes linklibs
33 %build_progs mmake=test-graphics \
34     files=$(FILES) targetdir=$(EXEDIR)
36 %common