[llvm-commits] CVS: llvm/test/Programs/MultiSource/Applications/Makefile

John Criswell criswell at cs.uiuc.edu
Tue Apr 6 17:02:00 PDT 2004


Changes in directory llvm/test/Programs/MultiSource/Applications:

Makefile updated: 1.7 -> 1.8

---
Log message:

Add kimwitu++ to the list of programs to test for Linux.



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

Index: llvm/test/Programs/MultiSource/Applications/Makefile
diff -u llvm/test/Programs/MultiSource/Applications/Makefile:1.7 llvm/test/Programs/MultiSource/Applications/Makefile:1.8
--- llvm/test/Programs/MultiSource/Applications/Makefile:1.7	Tue Apr  6 13:09:23 2004
+++ llvm/test/Programs/MultiSource/Applications/Makefile	Tue Apr  6 17:00:20 2004
@@ -6,7 +6,7 @@
 
 PARALLEL_DIRS  = Burg aha sgefa siod lambda-0.1.3 d
 ifeq ($(OS),Linux)
-PARALLEL_DIRS += treecc hbd
+PARALLEL_DIRS += kimwitu++ treecc hbd
 endif
 
 include $(LEVEL)/test/Programs/Makefile.programs





More information about the llvm-commits mailing list