revert 213 commits (to 56092) from the last month. 10 still need work to resolve...
[AROS.git] / developer / debug / test / misc / mmakefile.src
blob599a2c9f013112962d9c251ce5c19405a2d2d750
1 # Copyright © 2016, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(SRCDIR)/config/aros.cfg
6 FILES := \
7  aslhook \
8  busyloop \
9  camdtree \
10  cctest \
11  fileseek \
12  frequencies \
13  fsresource \
14  getcpuinfo \
15  helloworld \
16  hostcb \
17  hostlib \
18  iffparsewrite \
19  ilbmtoc \
20  inquire \
21  joystick \
22  mathtest \
23  partition \
24  pthreadtest \
25  simplepng \
26  unixio \
27  versionlib
29 SHTESTFILES=\
30     pcilist \
31     true
33 EXEDIR := $(AROS_TESTS)/misc
35 #MM- test : test-misc test-sh
36 #MM- test-quick : test-misc-quick test-sh-quick
38 #MM  test-sh : includes linklibs
40 %build_progs mmake=test-misc \
41     files=$(FILES) targetdir=$(EXEDIR) uselibs="pthread"
43 USER_CFLAGS += -DADATE="\"$(shell date '+%d.%m.%Y')\""
45 %build_progs mmake=test-sh \
46     files=$(SHTESTFILES) targetdir=$(EXEDIR) \
47     usestartup=no
49 %common