[llvm-commits] CVS: llvm-test/SingleSource/Makefile Makefile.singlesrc

John Criswell criswell at cs.uiuc.edu
Wed Sep 1 07:34:25 PDT 2004



Changes in directory llvm-test/SingleSource:

Makefile updated: 1.11 -> 1.12
Makefile.singlesrc updated: 1.25 -> 1.26
---
Log message:

Migrating test suite out of the source tree.



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

Index: llvm-test/SingleSource/Makefile
diff -u llvm-test/SingleSource/Makefile:1.11 llvm-test/SingleSource/Makefile:1.12
--- llvm-test/SingleSource/Makefile:1.11	Sun Feb 29 21:48:19 2004
+++ llvm-test/SingleSource/Makefile	Wed Sep  1 09:33:26 2004
@@ -1,4 +1,4 @@
-LEVEL = ../../..
+LEVEL = ..
 PARALLEL_DIRS  = UnitTests Regression Benchmarks CustomChecked
 LDFLAGS += -lm
 


Index: llvm-test/SingleSource/Makefile.singlesrc
diff -u llvm-test/SingleSource/Makefile.singlesrc:1.25 llvm-test/SingleSource/Makefile.singlesrc:1.26
--- llvm-test/SingleSource/Makefile.singlesrc:1.25	Sun Apr 11 11:30:45 2004
+++ llvm-test/SingleSource/Makefile.singlesrc	Wed Sep  1 09:33:26 2004
@@ -18,7 +18,7 @@
 
 PROGRAMS_TO_TEST = $(patsubst $(SourceDir)%,%,$(basename $(Source)))
 
-include $(LEVEL)/test/Programs/Makefile.programs
+include $(LEVEL)/Makefile.programs
 .PRECIOUS: Output/%.linked.rll
 
 ifndef USE_PRECOMPILED_BYTECODE






More information about the llvm-commits mailing list