[m-rev.] diff: disable --split-c-files tests for IL & Java

Fergus Henderson fjh at cs.mu.OZ.AU
Sun Oct 20 20:19:24 AEST 2002


Estimated hours taken: 0.1
Branches: main

tests/hard_coded/Mmakefile:
	Disable the tests of --split-c-files for the IL and Java back-ends.

Workspace: /text/fjh/text/mercury
+ cvs -n diff -u6 tests/hard_coded/Mmakefile
Index: tests/hard_coded/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/tests/hard_coded/Mmakefile,v
retrieving revision 1.167
diff -u -d -u -6 -r1.167 Mmakefile
--- tests/hard_coded/Mmakefile	26 Sep 2002 06:11:37 -0000	1.167
+++ tests/hard_coded/Mmakefile	20 Oct 2002 10:20:53 -0000
@@ -238,13 +238,13 @@
 	$(BACKEND_PROGS) $(NONDET_C_PROGS)
 
 # --split-c-files does not work in the hl* grades (e.g. hlc.gc),
 # because it hasn't yet been implemented yet.
 # The same is true for deep profiling grades and `mmc --make'.
 # The modules in SPLIT_PROGS should also be in ORDINARY_PROGS above.
-ifeq "$(findstring yes,$(MMAKE_USE_MMC_MAKE))$(findstring hl,$(GRADE))$(findstring profdeep,$(GRADE))" ""
+ifeq "$(findstring yes,$(MMAKE_USE_MMC_MAKE))$(filter hl% il% java%,$(GRADE))$(findstring profdeep,$(GRADE))" ""
 	SPLIT_PROGS = mapped_module split_c_files
 else
 	SPLIT_PROGS =
 endif
 
 #-----------------------------------------------------------------------------#
--------------------------------------------------------------------------
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