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

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


Changes in directory llvm/test/Programs/External:

Makefile updated: 1.2 -> 1.3

---
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/Makefile
diff -u llvm/test/Programs/External/Makefile:1.2 llvm/test/Programs/External/Makefile:1.3
--- llvm/test/Programs/External/Makefile:1.2	Mon Aug 18 10:01:47 2003
+++ llvm/test/Programs/External/Makefile	Tue Aug 19 16:30:28 2003
@@ -13,4 +13,4 @@
 DIRS := $(filter-out SPEC/, $(DIRS))
 endif
 
-include ${LEVEL}/test/Makefile.tests
+include ${LEVEL}/test/Programs/Makefile.programs





More information about the llvm-commits mailing list