[m-rev.] trivial diff: fix tests/invalid/undef_mod_qual failures
Simon Taylor
stayl at cs.mu.OZ.AU
Sun Oct 28 23:27:54 AEDT 2001
Estimated hours taken: 0.1
Branches: main, release
tests/invalid/Mmakefile:
Add an extra dependency for a test case which uses
nested modules (undef_module_qual) to avoid failures
with parallel makes.
Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/tests/invalid/Mmakefile,v
retrieving revision 1.99
diff -u -u -r1.99 Mmakefile
--- Mmakefile 24 Oct 2001 06:59:06 -0000 1.99
+++ Mmakefile 28 Oct 2001 12:19:49 -0000
@@ -208,6 +208,8 @@
else echo "Error was successfully detected" > $*.err; \
fi
+$(dates_subdir)undef_mod_qual.date: $(int0s_subdir)undef_mod_qual.int0
+
# Some tests have more than one possible valid output, so
# we allow the test to pass if it matches any of the .err_exp* files.
DIFF_OPTS=-c
--------------------------------------------------------------------------
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