[llvm-commits] CVS: llvm-test/Makefile.tests
Reid Spencer
reid at x10sys.com
Wed May 16 23:04:23 PDT 2007
Changes in directory llvm-test:
Makefile.tests updated: 1.15 -> 1.16
---
Log message:
TESTRUNR is dead.
---
Diffs of the changes: (+0 -4)
Makefile.tests | 4 ----
1 files changed, 4 deletions(-)
Index: llvm-test/Makefile.tests
diff -u llvm-test/Makefile.tests:1.15 llvm-test/Makefile.tests:1.16
--- llvm-test/Makefile.tests:1.15 Thu Feb 8 21:38:16 2007
+++ llvm-test/Makefile.tests Thu May 17 01:04:04 2007
@@ -38,10 +38,6 @@
LCXXFLAGS += -O2
LLCFLAGS =
FAILURE = $(LLVM_SRC_ROOT)/test/Failure.sh
-TESTRUNR = @echo Running test: $<; \
- PATH="$(LLVMTOOLCURRENT):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH)" \
- $(LLVM_SRC_ROOT)/test/TestRunner.sh
-
LLCLIBS := $(LLCLIBS) -lm
clean::
More information about the llvm-commits
mailing list