Humble script for creating the port's snapshots.
[AROS.git] / test / pipe / mmakefile.src
blobb56b834187ed11d80219ffc87f9a5794cc43e3a1
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 USER_CFLAGS += -DADATE="\"$(shell date '+%d.%m.%Y')\""
17 %build_progs mmake=test-pipe \
18     files=$(FILES) targetdir=$(EXEDIR) \
19     usestartup="no"
21 %common