mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
Failure.sh is dead, remove it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36316 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
16154ef9f9
commit
a9f7bc8812
@ -1,7 +0,0 @@
|
||||
#!/bin/sh
|
||||
# Failure.sh - This little script is used by the makefile to print out errors
|
||||
# when they occur.
|
||||
|
||||
echo
|
||||
echo "******************** TEST '$1' FAILED! ********************"
|
||||
echo
|
@ -37,7 +37,6 @@ endif
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user