[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT2000/Makefile

Misha Brukman brukman at cs.uiuc.edu
Tue Aug 19 16:31:18 PDT 2003


Changes in directory llvm/test/Programs/External/SPEC/CINT2000:

Makefile updated: 1.3 -> 1.4

---
Log message:

Use test/programs/Makefile.programs instead of test/Makefile.tests, this should
get SPEC automated nightly testing again.


---
Diffs of the changes:

Index: llvm/test/Programs/External/SPEC/CINT2000/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT2000/Makefile:1.3 llvm/test/Programs/External/SPEC/CINT2000/Makefile:1.4
--- llvm/test/Programs/External/SPEC/CINT2000/Makefile:1.3	Thu Jun 19 12:03:22 2003
+++ llvm/test/Programs/External/SPEC/CINT2000/Makefile	Tue Aug 19 16:30:33 2003
@@ -1,4 +1,3 @@
 LEVEL = ../../../../..
 PARALLEL_DIRS := $(filter-out %-disabled/, $(sort $(filter-out CVS/, $(wildcard */))))
-
-include ${LEVEL}/test/Makefile.tests
+include ${LEVEL}/test/Programs/Makefile.programs





More information about the llvm-commits mailing list