1 # Copyright © 2016, The AROS Development Team. All rights reserved.
4 include $(SRCDIR)/config/aros.cfg
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) \