[m-rev.] diff: fix tests/trailing for mmc --make
Peter Wang
novalazy at gmail.com
Mon Sep 17 15:29:18 AEST 2007
Estimated hours taken: 0.5
Branches: main
tests/trailing/Mmakefile:
Set PROGS variable, otherwise this directory doesn't test properly
when using `mmc --make'.
Index: trailing/Mmakefile
===================================================================
RCS file: /home/mercury/mercury1/repository/tests/trailing/Mmakefile,v
retrieving revision 1.3
diff -u -r1.3 Mmakefile
--- trailing/Mmakefile 6 Sep 2006 04:02:56 -0000 1.3
+++ trailing/Mmakefile 17 Sep 2007 05:22:07 -0000
@@ -14,9 +14,11 @@
tu_test2
endif
+PROGS = $(TRAIL_PROGS)
+
#-----------------------------------------------------------------------------#
-TESTS = $(TRAIL_PROGS)
+TESTS = $(PROGS)
SUBDIRS =
TESTS_DIR=..
include $(TESTS_DIR)/Mmake.common
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to: mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the reviews
mailing list