[llvm-commits] CVS: reopt/test/run-tests

Brian Gaeke gaeke at cs.uiuc.edu
Thu Jul 22 22:00:15 PDT 2004



Changes in directory reopt/test:

run-tests updated: 1.14 -> 1.15

---
Log message:

Don't set LARGE_PROBLEM_SIZE here. We're all grown up, we can set
environment variables ourselves.
Add em3d, bh run lines.


---
Diffs of the changes:  (+3 -3)

Index: reopt/test/run-tests
diff -u reopt/test/run-tests:1.14 reopt/test/run-tests:1.15
--- reopt/test/run-tests:1.14	Wed Jul 21 15:18:46 2004
+++ reopt/test/run-tests	Fri Jul 23 00:00:05 2004
@@ -70,6 +70,8 @@
   shootout) SUBDIR=SingleSource/Benchmarks/Shootout ;;
   stanford) SUBDIR=SingleSource/Benchmarks/Stanford ;;
   olden) SUBDIR=MultiSource/Benchmarks/Olden ;;
+  em3d) SUBDIR=MultiSource/Benchmarks/Olden/em3d ;;
+  bh) SUBDIR=MultiSource/Benchmarks/Olden/bh ;;
 
   mcf) SUBDIR=External/SPEC/CINT2000/181.mcf; spectest=1 ;;
   art) SUBDIR=External/SPEC/CFP2000/179.art; spectest=1;;
@@ -118,9 +120,7 @@
     LLVM_REOPT="--skip-trace=$skiptrace $LLVM_REOPT"
     export LLVM_REOPT
   fi
-  if [ "$benchmk" = "olden" ]; then
-    exec gmake SUBDIR=$SUBDIR LARGE_PROBLEM_SIZE=1
-  elif [ $spectest -eq 1 ]; then
+  if [ $spectest -eq 1 ]; then
     exec gmake SUBDIR=$SUBDIR SPECTEST=1
   else
     exec gmake SUBDIR=$SUBDIR





More information about the llvm-commits mailing list