[llvm-commits] CVS: reopt/test/SkipTrace.sh run-big-tests
Brian Gaeke
gaeke at cs.uiuc.edu
Wed Sep 8 14:30:50 PDT 2004
Changes in directory reopt/test:
SkipTrace.sh added (r1.1)
run-big-tests added (r1.1)
---
Log message:
more scripts I've been using
---
Diffs of the changes: (+14 -0)
Index: reopt/test/SkipTrace.sh
diff -c /dev/null reopt/test/SkipTrace.sh:1.1
*** /dev/null Wed Sep 8 16:30:50 2004
--- reopt/test/SkipTrace.sh Wed Sep 8 16:30:39 2004
***************
*** 0 ****
--- 1,7 ----
+ #!/bin/sh
+ trnum=$1
+ shift
+ LLVM_REOPT="$LLVM_REOPT --skip-trace=$trnum"
+ export LLVM_REOPT
+ echo "Set LLVM_REOPT to \"$LLVM_REOPT\""
+ exec ${1+"$@"}
Index: reopt/test/run-big-tests
diff -c /dev/null reopt/test/run-big-tests:1.1
*** /dev/null Wed Sep 8 16:30:50 2004
--- reopt/test/run-big-tests Wed Sep 8 16:30:39 2004
***************
*** 0 ****
--- 1,7 ----
+ #!/bin/sh
+ for test in art equake gzip mcf parser gap vortex bzip2 go m88ksim compress li
+ do
+ ./run-tests -clean $test
+ ./run-tests $test ${1+"$@"}
+ done
+ exit 0
More information about the llvm-commits
mailing list