Write to all FATs, not just the first one.
[AROS.git] / test / pipe / mmakefile.src
blobf5512fe5f89a3416cf69c50fe7374abc2cb1da3e
1 # Copyright © 2012, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(TOP)/config/make.cfg
6 FILES           := autopipe
8 EXEDIR          := $(AROS_TESTS)/pipe
10 #MM- test : test-pipe test-pipe-pure
11 #MM- test-quick : test-pipe-quick
13 #MM test-pipe : includes linklibs
15 %build_progs mmake=test-pipe \
16     files=$(FILES) targetdir=$(EXEDIR) \
17     usestartup="no"
19 %common