[llvm-commits] CVS: llvm-test/SingleSource/CustomChecked/Makefile

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



Changes in directory llvm-test/SingleSource/CustomChecked:

Makefile updated: 1.11 -> 1.12
---
Log message:

Migrating test suite out of the source tree.



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

Index: llvm-test/SingleSource/CustomChecked/Makefile
diff -u llvm-test/SingleSource/CustomChecked/Makefile:1.11 llvm-test/SingleSource/CustomChecked/Makefile:1.12
--- llvm-test/SingleSource/CustomChecked/Makefile:1.11	Mon Feb  9 11:25:36 2004
+++ llvm-test/SingleSource/CustomChecked/Makefile	Wed Sep  1 09:33:26 2004
@@ -1,10 +1,10 @@
 # This directory contains testcases that use the TestRunner script to check to 
 # see if they succeed.
 
-LEVEL = ../../../..
+LEVEL = ../..
 DISABLE_DIFFS = 1
 
-include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc
+include $(LEVEL)/SingleSource/Makefile.singlesrc
 
 LIBS += -lstdc++
 LDFLAGS += -lm






More information about the llvm-commits mailing list