From baed07333f00dc192a33eab9764df466da60daf3 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 18 Jun 2003 19:39:06 +0000 Subject: Move llvm tools to the start of the testrunner path, which allows the llvm 'as' tool to be found in preference to the system 'as' tool. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6775 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Makefile.tests') diff --git a/test/Makefile.tests b/test/Makefile.tests index 3b4bbaf..cedeef8 100644 --- a/test/Makefile.tests +++ b/test/Makefile.tests @@ -53,7 +53,7 @@ LCCFLAGS += -O2 -Wall LCXXFLAGS += -O2 -Wall LLCFLAGS = FAILURE = $(LEVEL)/test/Failure.sh -TESTRUNR = PATH=$(PATH):$(LLVMTOOLCURRENT) $(LEVEL)/test/TestRunner.sh +TESTRUNR = PATH=$(LLVMTOOLCURRENT):$(PATH) $(LEVEL)/test/TestRunner.sh # Native Tool Definitions NATGCC = $(CC) -- cgit v1.1