Added new mmakefile.src that was forgotten in r50950.
[AROS.git] / test / utility / mmakefile.src
blobd4a415b27b3bcf567101d3aa2d4abf470718e001
1 # Copyright © 2003-2015, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(TOP)/config/make.cfg
6 FILES := \
7     amiga2date \
8     callhooktest \
9     date2amiga \
10     smult
12 EXEDIR := $(AROS_TESTS)/utility
14 USER_CFLAGS += -DADATE="\"$(shell date '+%d.%m.%Y')\""
16 #MM- test : test-utility
17 #MM- test-quick : test-utility-quick
19 #MM test-utility : includes linklibs
21 %build_progs mmake=test-utility \
22     files=$(FILES) targetdir=$(EXEDIR)
24 %common