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

Brian Gaeke gaeke at cs.uiuc.edu
Tue Jun 8 13:55:04 PDT 2004


Changes in directory reopt/test:

run-tests updated: 1.3 -> 1.4

---
Log message:

Sort tests and add more test programs.


---
Diffs of the changes:  (+9 -1)

Index: reopt/test/run-tests
diff -u reopt/test/run-tests:1.3 reopt/test/run-tests:1.4
--- reopt/test/run-tests:1.3	Fri Jun  4 12:58:26 2004
+++ reopt/test/run-tests	Tue Jun  8 13:54:01 2004
@@ -40,12 +40,20 @@
 case $benchmk in
   burg) SUBDIR=MultiSource/Applications/Burg ;;
   siod) SUBDIR=MultiSource/Applications/siod ;;
+
+  shootout) SUBDIR=SingleSource/Benchmarks/Shootout ;;
+
   ary3) SUBDIR=SingleSource/Reoptimizer/Ary3 ;;
   sieve) SUBDIR=SingleSource/Reoptimizer/Sieve ;;
   lists) SUBDIR=SingleSource/Reoptimizer/Lists ;;
   strcat) SUBDIR=SingleSource/Reoptimizer/Strcat ;;
-  shootout) SUBDIR=SingleSource/Benchmarks/Shootout ;;
   mynestedloop) SUBDIR=SingleSource/Reoptimizer/MyNestedLoop ;;
+  fib2) SUBDIR=SingleSource/Reoptimizer/Fib2 ;;
+
+  mcf) SUBDIR=External/SPEC/CINT2000/181.mcf ;;
+  art) SUBDIR=External/SPEC/CFP2000/179.art;;
+  equake) SUBDIR=External/SPEC/CFP2000/183.equake ;;
+
   *) die "Error: Unknown benchmark $arg" ;;
 esac
 echo "Starting ${action} on $benchmk"





More information about the llvm-commits mailing list