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

John Criswell criswell at cs.uiuc.edu
Wed Nov 3 05:18:15 PST 2004



Changes in directory llvm-test/External:

Makefile updated: 1.18 -> 1.19
---
Log message:

Add FPGrowth to the list of programs to test.


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

Index: llvm-test/External/Makefile
diff -u llvm-test/External/Makefile:1.18 llvm-test/External/Makefile:1.19
--- llvm-test/External/Makefile:1.18	Mon Oct 25 23:51:30 2004
+++ llvm-test/External/Makefile	Wed Nov  3 07:17:53 2004
@@ -8,7 +8,7 @@
 #
 # Create the list of directories to compile
 #
-PARALLEL_DIRS := SPEC Povray Namd
+PARALLEL_DIRS := SPEC Povray Namd FPGrowth
 
 ifndef USE_POVRAY
 PARALLEL_DIRS := $(filter-out Povray, $(PARALLEL_DIRS))
@@ -18,6 +18,10 @@
 PARALLEL_DIRS := $(filter-out Namd, $(PARALLEL_DIRS))
 endif
 
+ifndef USE_FPGROWTH
+PARALLEL_DIRS := $(filter-out FPGrowth, $(PARALLEL_DIRS))
+endif
+
 # Sparc can't handle Namd: infinite loop, cause unknown
 ifeq ($(ARCH),Sparc)
 PARALLEL_DIRS := $(filter-out Namd, $(PARALLEL_DIRS))






More information about the llvm-commits mailing list