update
[AROS.git] / test / dos / mmakefile.src
blob62a2cbe37dfa271d3aa88f4087dfde433b2a8475
1 # Copyright © 2003-2011, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(TOP)/config/make.cfg
6 FILES           := getenv namefromfh examinefh examinelock \
7                    isinteractive \
8                    notify setfiledate output setenv inhibit doslist \
9                    readargs readitem readitemloop runcommand \
10                    openfromlock
12 PURE_FILES      := exit
13 EXEDIR          := $(AROS_TESTS)/dos
15 #MM- test : test-dos test-dos-pure
16 #MM- test-quick : test-dos-quick
18 #MM test-dos : includes linklibs
20 %build_progs mmake=test-dos \
21     files=$(FILES) targetdir=$(EXEDIR) \
22     uselibs="arossupport amiga arosc m"
24 %build_progs mmake=test-dos-pure \
25     files=$(PURE_FILES) targetdir=$(EXEDIR) \
26     uselibs="arossupport amiga m" usestartup="no"
28 %common