[llvm-commits] CVS: llvm/test/Makefile.tests

Chris Lattner lattner at cs.uiuc.edu
Sat Jun 28 17:22:01 PDT 2003


Changes in directory llvm/test:

Makefile.tests updated: 1.66 -> 1.67

---
Log message:

Add the test/Scripts directory to the path used by TestRunner


---
Diffs of the changes:

Index: llvm/test/Makefile.tests
diff -u llvm/test/Makefile.tests:1.66 llvm/test/Makefile.tests:1.67
--- llvm/test/Makefile.tests:1.66	Thu Jun 26 00:28:00 2003
+++ llvm/test/Makefile.tests	Sat Jun 28 17:21:39 2003
@@ -54,7 +54,8 @@
 LCXXFLAGS += -O2 -Wall
 LLCFLAGS =
 FAILURE  = $(LEVEL)/test/Failure.sh
-TESTRUNR = PATH=$(LLVMTOOLCURRENT):$(PATH) $(LEVEL)/test/TestRunner.sh
+TESTRUNR = PATH=$(LLVMTOOLCURRENT):$(LEVEL)/test/Scripts:$(PATH) \
+               $(LEVEL)/test/TestRunner.sh
 
 # Native Tool Definitions
 NATGCC  = $(CC)





More information about the llvm-commits mailing list