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

John Criswell criswell at cs.uiuc.edu
Mon Dec 6 13:21:42 PST 2004



Changes in directory llvm-test:

Makefile updated: 1.25 -> 1.26
---
Log message:

Build any needed libraries before running any tests.


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

Index: llvm-test/Makefile
diff -u llvm-test/Makefile:1.25 llvm-test/Makefile:1.26
--- llvm-test/Makefile:1.25	Mon Sep  6 22:25:02 2004
+++ llvm-test/Makefile	Mon Dec  6 15:21:30 2004
@@ -13,6 +13,7 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = .
+DIRS = Runtime
 PARALLEL_DIRS = SingleSource MultiSource External
 
 include $(LEVEL)/Makefile.programs






More information about the llvm-commits mailing list