summaryrefslogtreecommitdiff
path: root/test/Makefile.tests
diff options
context:
space:
mode:
authorNico Rieck <nico.rieck@gmail.com>2013-04-12 04:07:13 +0000
committerNico Rieck <nico.rieck@gmail.com>2013-04-12 04:07:13 +0000
commit7e87373e91afe6a9ed1ead63d9d02448f02213d3 (patch)
treecaad7c2ed5830e4e899e695633a3244ff5e30592 /test/Makefile.tests
parentf89da7210b09a0a0f7c9ee216cd54dca03c6b64a (diff)
downloadllvm-7e87373e91afe6a9ed1ead63d9d02448f02213d3.tar.gz
llvm-7e87373e91afe6a9ed1ead63d9d02448f02213d3.tar.bz2
llvm-7e87373e91afe6a9ed1ead63d9d02448f02213d3.tar.xz
Remove obsolete object file dumpers
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179362 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r--test/Makefile.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests
index aeb5871e7c..c60c90c075 100644
--- a/test/Makefile.tests
+++ b/test/Makefile.tests
@@ -38,7 +38,7 @@ LCCFLAGS += -O2 -Wall
LCXXFLAGS += -O2 -Wall
LLCFLAGS =
TESTRUNR = @echo Running test: $<; \
- PATH="$(LLVMTOOLCURRENT):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH)" \
+ PATH="$(LLVMTOOLCURRENT):$(PATH)" \
$(LLVM_SRC_ROOT)/test/TestRunner.sh
LLCLIBS := $(LLCLIBS) -lm