[m-rev.] trivial diff: test hl.* grades
Simon Taylor
stayl at cs.mu.OZ.AU
Mon Jul 15 17:12:18 AEST 2002
Estimated hours taken: 0.1
tools/test_mercury:
Test the hl.* grades. Previously they weren't tested
because installation of header files for both hl and hlc
grades didn't work.
Index: test_mercury
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.179
diff -u -u -r1.179 test_mercury
--- test_mercury 15 Jul 2002 06:32:10 -0000 1.179
+++ test_mercury 15 Jul 2002 07:10:29 -0000
@@ -631,10 +631,7 @@
esac
;;
roy|ceres)
- GRADES="hlc.gc.tr"
- # XXX No point testing the hl.* grades; they don't work, because
- # the hl.* header files are incompatible with the hlc.* header files.
- ## GRADES="$GRADES hl.gc.tr"
+ GRADES="hlc.gc.tr hl.gc.tr"
;;
*)
GRADES=""
@@ -796,10 +793,8 @@
esac
;;
roy|ceres)
- GRADES="hlc.gc hlc.gc.prof hlc.gc.memprof hlc.gc.tr hlc.par.gc"
- # XXX No point testing the hl.* grades; they don't work, because
- # the hl.* header files are incompatible with the hlc.* header files.
- ## GRADES="$GRADES hl.gc hl.gc.prof hl.gc.memprof hl.gc.tr hl.par.gc"
+ GRADES="hlc.gc hlc.gc.prof hlc.gc.memprof hlc.gc.tr hlc.par.gc
+ hl.gc hl.gc.prof hl.gc.memprof hl.gc.tr hl.par.gc"
# Test the asm_fast.gc.tr.rt grade, but not on the 0.10 branch,
# since the asm_fast.gc.tr.rt grade is not yet implemented
# in the 0.10 branch.
--------------------------------------------------------------------------
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