Prefs/ScreenMode: change the way depth is selected
[AROS.git] / test / graphics / mmakefile.src
bloba3dd234e93d2f962dd3cb503c1b7b29c4d781551
1 # Copyright © 2003-2013, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(TOP)/config/make.cfg
6 FILES := \
7     areatest2 \
8     blttemplatealpha \
9     CGXTest \
10     getcybermapattr \
11     gfx \
12     gfxinfo \
13     gfxtest \
14     obtainpentest \
15     readpixelarray \
16     scalepixelarray \
17     textbug \
18     truecolorpens \
19     weightamatch \
20     writepixelarray \
21     writepixelarrayalpha
23 EXEDIR := $(AROS_TESTS)/graphics
25 #MM- test : test-graphics
26 #MM- test-quick : test-graphics-quick
28 #MM test-graphics : includes linklibs
30 %build_progs mmake=test-graphics \
31     files=$(FILES) targetdir=$(EXEDIR)
33 %common