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

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


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

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/Makefile
diff -u llvm/test/Programs/External/SPEC/Makefile:1.3 llvm/test/Programs/External/SPEC/Makefile:1.4
--- llvm/test/Programs/External/SPEC/Makefile:1.3	Mon Aug 18 10:02:08 2003
+++ llvm/test/Programs/External/SPEC/Makefile	Tue Aug 19 16:30:30 2003
@@ -1,4 +1,3 @@
 LEVEL = ../../../..
 DIRS := $(sort $(filter-out CVS/, $(wildcard */)))
-include ${LEVEL}/test/Makefile.tests
-
+include ${LEVEL}/test/Programs/Makefile.programs





More information about the llvm-commits mailing list