[llvm-commits] CVS: llvm/test/Makefile.tests Failure.sh
Reid Spencer
reid at x10sys.com
Sat Apr 21 13:47:12 PDT 2007
Changes in directory llvm/test:
Makefile.tests updated: 1.92 -> 1.93
Failure.sh (r1.1) removed
---
Log message:
Failure.sh is dead, remove it.
---
Diffs of the changes: (+0 -1)
Makefile.tests | 1 -
1 files changed, 1 deletion(-)
Index: llvm/test/Makefile.tests
diff -u llvm/test/Makefile.tests:1.92 llvm/test/Makefile.tests:1.93
--- llvm/test/Makefile.tests:1.92 Fri Feb 18 14:24:09 2005
+++ llvm/test/Makefile.tests Sat Apr 21 15:46:55 2007
@@ -37,7 +37,6 @@
LCCFLAGS += -O2 -Wall
LCXXFLAGS += -O2 -Wall
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
More information about the llvm-commits
mailing list