Fixed compatibility of output.
[AROS.git] / test / misc / mmakefile.src
blob584bcd794233f0c3bcea53dd1c058b07b7142130
1 # Copyright © 2016, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(SRCDIR)/config/aros.cfg
6 FILES := \
7  camdtree \
8  cctest \
9  fileseek \
10  frequencies \
11  fsresource \
12  getcpuinfo \
13  helloworld \
14  hostcb \
15  hostlib \
16  iffparsewrite \
17  ilbmtoc \
18  inquire \
19  joystick \
20  mathtest \
21  partition \
22  pthreadtest \
23  simplepng \
24  unixio \
25  versionlib
27 SHTESTFILES=\
28     pcilist \
29     true
31 EXEDIR := $(AROS_TESTS)/misc
33 #MM- test : test-misc test-sh
34 #MM- test-quick : test-misc-quick test-sh-quick
36 #MM  test-sh : includes linklibs
38 %build_progs mmake=test-misc \
39     files=$(FILES) targetdir=$(EXEDIR) uselibs="pthread"
41 USER_CFLAGS += -DADATE="\"$(shell date '+%d.%m.%Y')\""
43 %build_progs mmake=test-sh \
44     files=$(SHTESTFILES) targetdir=$(EXEDIR) \
45     usestartup=no
47 %common