[m-rev.] trivial diff: disable string__format tests

Peter Ross pro at missioncriticalit.com
Thu Nov 14 20:48:03 AEDT 2002


Hi,


===================================================================


Estimated hours taken: 0.25
Branches: main

tests/general/Mmakefile:
    Disable the string_format tests in preperation for moving them to a
    new directory.



Index: Mmakefile
===================================================================
RCS file: /home/staff/zs/imp/tests/general/Mmakefile,v
retrieving revision 1.44
diff -u -r1.44 Mmakefile
--- Mmakefile	12 Nov 2002 15:20:41 -0000	1.44
+++ Mmakefile	14 Nov 2002 09:42:18 -0000
@@ -55,16 +55,6 @@
 		state_vars_typeclasses \
 		string_foldl_substring \
 		string_foldr_substring \
-		string_format_c \
-		string_format_d \
-		string_format_e \
-		string_format_f \
-		string_format_g \
-		string_format_o \
-		string_format_p \
-		string_format_s \
-		string_format_u \
-		string_format_x \
 		string_format_test \
 		string_format_test_2 \
 		string_format_test_3 \
@@ -78,6 +68,18 @@
 EXCEPTION_PROGS = \
 		map_corresponding \
 		unused_arg_determinism
+
+STRING_FORMAT_PROGS = \
+		string_format_c \
+		string_format_d \
+		string_format_e \
+		string_format_f \
+		string_format_g \
+		string_format_o \
+		string_format_p \
+		string_format_s \
+		string_format_u \
+		string_format_x 
 
 ifneq "$(findstring profdeep,$(GRADE))" ""
 	PROGS = $(ORDINARY_PROGS)

----
Peter Ross
PhD Student University of Melbourne
http://www.cs.mu.oz.au/~petdr/
--------------------------------------------------------------------------
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