diskimage: Compiler delint
[AROS.git] / test / dos / mmakefile.src
blob07b0854f67d19ae23b976777a0b5ae1769c6a4b2
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
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