aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-12-17 20:35:10 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-12-17 20:35:10 +0000
commit4a36ec94a91abf5ac61f07d38752cfe4827b274b (patch)
tree102981d1e7613bae8325e173465ba17aeea3c6f5
parent8316b97907224e6dec7a7afb9b6476c918cb7c94 (diff)
Hard coded subdirectories to build to ensure that they build.release_11
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/branches/release_11@10496 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--External/Makefile2
-rw-r--r--External/SPEC/Makefile2
-rw-r--r--MultiSource/Benchmarks/FreeBench/Makefile2
-rw-r--r--MultiSource/Benchmarks/McCat/Makefile3
-rw-r--r--MultiSource/Benchmarks/Olden/Makefile3
-rw-r--r--MultiSource/Benchmarks/Ptrdist/Makefile3
6 files changed, 9 insertions, 6 deletions
diff --git a/External/Makefile b/External/Makefile
index e2ca8a76..8dee2cf4 100644
--- a/External/Makefile
+++ b/External/Makefile
@@ -8,7 +8,7 @@ include ${LEVEL}/Makefile.config
#
# Create the list of directories to compile
#
-DIRS := $(sort $(filter-out CVS/, $(wildcard */)))
+DIRS := SPEC
ifndef USE_SPEC
DIRS := $(filter-out SPEC/, $(DIRS))
endif
diff --git a/External/SPEC/Makefile b/External/SPEC/Makefile
index 3c87db0d..f717e8c4 100644
--- a/External/SPEC/Makefile
+++ b/External/SPEC/Makefile
@@ -1,3 +1,3 @@
LEVEL = ../../../..
-DIRS := $(sort $(filter-out CVS/, $(wildcard */)))
+DIRS := CFP2000 CINT2000
include ${LEVEL}/test/Programs/Makefile.programs
diff --git a/MultiSource/Benchmarks/FreeBench/Makefile b/MultiSource/Benchmarks/FreeBench/Makefile
index acca78b7..d2c7e8e1 100644
--- a/MultiSource/Benchmarks/FreeBench/Makefile
+++ b/MultiSource/Benchmarks/FreeBench/Makefile
@@ -1,6 +1,6 @@
# MultiSource/Olden Makefile: Build all subdirectories automatically
LEVEL = ../../../../..
-PARALLEL_DIRS := $(filter-out %-disabled/, $(sort $(filter-out CVS/, $(wildcard */))))
+PARALLEL_DIRS := distray mason pcompress2 analyzer fourinarow neural pifft
include $(LEVEL)/test/Programs/Makefile.programs
diff --git a/MultiSource/Benchmarks/McCat/Makefile b/MultiSource/Benchmarks/McCat/Makefile
index c277a3a5..706af642 100644
--- a/MultiSource/Benchmarks/McCat/Makefile
+++ b/MultiSource/Benchmarks/McCat/Makefile
@@ -1,6 +1,7 @@
# MultiSource/McCat Makefile: Build all subdirectories automatically
LEVEL = ../../../../..
-PARALLEL_DIRS := $(filter-out %-disabled/, $(sort $(filter-out CVS/, $(wildcard */))))
+PARALLEL_DIRS := 01-qbsort 04-bisect 08-main 12-IOtest 17-bintr 03-testtrie 05-eks 09-vor 15-trie 18-imp
+
include $(LEVEL)/test/Programs/Makefile.programs
diff --git a/MultiSource/Benchmarks/Olden/Makefile b/MultiSource/Benchmarks/Olden/Makefile
index acca78b7..dda25573 100644
--- a/MultiSource/Benchmarks/Olden/Makefile
+++ b/MultiSource/Benchmarks/Olden/Makefile
@@ -1,6 +1,7 @@
# MultiSource/Olden Makefile: Build all subdirectories automatically
LEVEL = ../../../../..
-PARALLEL_DIRS := $(filter-out %-disabled/, $(sort $(filter-out CVS/, $(wildcard */))))
+PARALLEL_DIRS := bh em3d mst power tsp bisort health perimeter treeadd voronoi
+
include $(LEVEL)/test/Programs/Makefile.programs
diff --git a/MultiSource/Benchmarks/Ptrdist/Makefile b/MultiSource/Benchmarks/Ptrdist/Makefile
index 3ec0d5f3..8a96fae7 100644
--- a/MultiSource/Benchmarks/Ptrdist/Makefile
+++ b/MultiSource/Benchmarks/Ptrdist/Makefile
@@ -1,6 +1,7 @@
# MultiSource/Ptrdist Makefile: Build all subdirectories automatically
LEVEL = ../../../../..
-PARALLEL_DIRS := $(filter-out %-disabled/, $(sort $(filter-out CVS/, $(wildcard */))))
+PARALLEL_DIRS := anagram bc ft ks yacr2
+
include $(LEVEL)/test/Programs/Makefile.programs