[m-rev.] diff: changes for test_mercury
Julien Fischer
juliensf at cs.mu.OZ.AU
Tue Nov 15 16:47:45 AEDT 2005
Estimated hours taken: 0.1
Branches: main
tools/test_mercury:
Mention that all our machines should have a trailing grade
installed.
Increase the number of grades we test on saturn.
Install a (non-debugging) trailing grade on earth.
Julien.
Index: test_mercury
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.266
diff -u -r1.266 test_mercury
--- test_mercury 3 Nov 2005 09:13:08 -0000 1.266
+++ test_mercury 15 Nov 2005 05:44:43 -0000
@@ -363,8 +363,8 @@
#-----------------------------------------------------------------------------#
# NOTE: in order to make all of the machines useful for day-to-day work
-# the set of grades installed should include asm_fast.gc, hlc.gc and
-# a debugging grade.
+# the set of grades installed should include asm_fast.gc, hlc.gc,
+# a debugging grade and a trailing grade.
case $HOST in
ender)
@@ -389,6 +389,21 @@
asm_fast.gc.tr \
asm_fast.gc.tr.debug"
;;
+ saturn)
+ CONFIG_OPTS=""
+ INSTALL_LIBGRADES="asm_fast.gc \
+ asm_fast.gc.decldebug \
+ asm_fast.gc.memprof \
+ asm_fast.gc.prof \
+ asm_fast.gc.profdeep \
+ asm_fast.gc.tr.profdeep \
+ asm_fast.gc.tr \
+ asm_fast.gc.tr.debug \
+ asm_fast.gc.mm \
+ hlc.gc \
+ hlc.gc.tr \
+ hlc.par.gc "
+
jupiter)
# Ensure that the nogc grades get installed and tested
# on at least one host
@@ -397,6 +412,7 @@
earth)
CONFIG_OPTS=""
INSTALL_LIBGRADES="asm_fast.gc \
+ asm_fast.gc.tr \
asm_fast.gc.debug.tr \
asm_fast.gc.prof \
asm_fast.gc.profdeep \
--------------------------------------------------------------------------
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