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

Chris Lattner lattner at cs.uiuc.edu
Mon Jun 2 00:50:03 PDT 2003


Changes in directory llvm/test/Programs/External/SPEC:

Makefile.spec updated: 1.7 -> 1.8

---
Log message:

Add support for C++ tests



---
Diffs of the changes:

Index: llvm/test/Programs/External/SPEC/Makefile.spec
diff -u llvm/test/Programs/External/SPEC/Makefile.spec:1.7 llvm/test/Programs/External/SPEC/Makefile.spec:1.8
--- llvm/test/Programs/External/SPEC/Makefile.spec:1.7	Sat May 31 18:16:52 2003
+++ llvm/test/Programs/External/SPEC/Makefile.spec	Mon Jun  2 00:49:10 2003
@@ -31,7 +31,7 @@
 SPEC_BENCH_DIR := $(SPEC_ROOT)/$(SPEC_SUBDIR)
 
 PROG := $(BENCH_NAME)
-Source := $(wildcard $(SPEC_BENCH_DIR)/src/*.c)
+Source := $(wildcard $(SPEC_BENCH_DIR)/src/*.c $(SPEC_BENCH_DIR)/src/*.cc) \
 
 # Disable the default Output/%.out-* targets...
 PROGRAMS_HAVE_CUSTOM_RUN_RULES := 1





More information about the llvm-commits mailing list