From 9807a9aa3895e36eaad95f74b50ea9c5c68c6fe0 Mon Sep 17 00:00:00 2001 From: neil Date: Thu, 30 Jul 2015 16:05:36 +0000 Subject: [PATCH] Added new mmakefile.src that was forgotten in r50950. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@50972 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- test/utility/mmakefile.src | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 test/utility/mmakefile.src diff --git a/test/utility/mmakefile.src b/test/utility/mmakefile.src new file mode 100644 index 0000000000..d4a415b27b --- /dev/null +++ b/test/utility/mmakefile.src @@ -0,0 +1,24 @@ +# Copyright © 2003-2015, The AROS Development Team. All rights reserved. +# $Id$ + +include $(TOP)/config/make.cfg + +FILES := \ + amiga2date \ + callhooktest \ + date2amiga \ + smult + +EXEDIR := $(AROS_TESTS)/utility + +USER_CFLAGS += -DADATE="\"$(shell date '+%d.%m.%Y')\"" + +#MM- test : test-utility +#MM- test-quick : test-utility-quick + +#MM test-utility : includes linklibs + +%build_progs mmake=test-utility \ + files=$(FILES) targetdir=$(EXEDIR) + +%common -- 2.11.4.GIT