[m-rev.] trivial diff: fix Windows test failures

Simon Taylor stayl at cs.mu.OZ.AU
Thu Jan 16 16:05:00 AEDT 2003


Estimated hours taken: 0.1
Branches: main, release

tests/Mmake.common:
	The target to build the executable on Windows is
	`main_module', not `main_module.exe'. XXX Why?

Index: Mmake.common
===================================================================
RCS file: /home/mercury1/repository/tests/Mmake.common,v
retrieving revision 1.38
diff -u -u -r1.38 Mmake.common
--- Mmake.common	12 Jan 2003 22:32:52 -0000	1.38
+++ Mmake.common	16 Jan 2003 01:32:05 -0000
@@ -95,7 +95,7 @@
 
 else
 
-%.out: %$(EXT_FOR_EXE)
+%.out: %
 	{ [ -f $*.inp ] && cat $*.inp; } | ./$< > $@ 2>&1 || \
 		{ grep . $@ /dev/null; exit 1; }
 
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list