closing brace is only needed on smp build.
[AROS.git] / test / png / mmakefile.src
blobaed129c012c343e30b46f02f5c8e1cba4672482b
1 # Copyright © 2012, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(SRCDIR)/config/aros.cfg
6 FILES           := version
7 EXEDIR          := $(AROS_TESTS)/png
9 #MM- test : test-png
10 #MM- test-quick : test-png-quick
12 #MM test-png : includes linklibs workbench-libs-png-linklib
14 %build_progs mmake=test-png \
15     files=$(FILES) targetdir=$(EXEDIR) \
16     uselibs="png"
18 %common