[llvm-commits] CVS: llvm/test/Programs/External/SPEC/Makefile
John Criswell
criswell at cs.uiuc.edu
Tue Feb 10 15:48:01 PST 2004
Changes in directory llvm/test/Programs/External/SPEC:
Makefile updated: 1.5 -> 1.6
---
Log message:
Added the SPEC95 integer benchmarks to the default list of tests to test.
---
Diffs of the changes: (+1 -1)
Index: llvm/test/Programs/External/SPEC/Makefile
diff -u llvm/test/Programs/External/SPEC/Makefile:1.5 llvm/test/Programs/External/SPEC/Makefile:1.6
--- llvm/test/Programs/External/SPEC/Makefile:1.5 Thu Dec 18 10:42:05 2003
+++ llvm/test/Programs/External/SPEC/Makefile Tue Feb 10 15:47:22 2004
@@ -1,3 +1,3 @@
LEVEL = ../../../..
-DIRS := CFP2000 CINT2000
+DIRS := CINT95 CFP2000 CINT2000
include ${LEVEL}/test/Programs/Makefile.programs
More information about the llvm-commits
mailing list