Killed .bss, moved UtilityBase into device base
[AROS.git] / test / dos / mmakefile.src
blob4087ad17c76174336de75754def472f5e25461d3
1 # Copyright © 2003-2012, 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 r addpart
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)
23 %build_progs mmake=test-dos-pure \
24     files=$(PURE_FILES) targetdir=$(EXEDIR) \
25     usestartup="no"
27 %common