check against the correct class. cast the value to bool before setting.
[AROS.git] / test / bz2 / mmakefile.src
blobf5306968a17a6d4b0ded351e8a3b089321c9d5f5
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)/bz2
9 #MM- test : test-bz2
10 #MM- test-quick : test-bz2-quick
12 #MM test-bz2 : includes linklibs external-bz2
14 %build_progs mmake=test-bz2 \
15     files=$(FILES) targetdir=$(EXEDIR) \
16     uselibs="bz2"
18 %common