Don't print warning about unassigned interrupt lines on bridges.
[AROS.git] / test / png / mmakefile.src
blobe2328a36b5da9b5595faf32f70eeb2e79c99cdfc
1 # Copyright © 2012, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(TOP)/config/make.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
14 %build_progs mmake=test-png \
15     files=$(FILES) targetdir=$(EXEDIR) \
16     uselibs="png"
18 %common