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