Add TESTRUNR var
authorChris Lattner <sabre@nondot.org>
Fri, 1 Feb 2002 04:25:12 +0000 (04:25 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 1 Feb 2002 04:25:12 +0000 (04:25 +0000)
Correctly create directory for .bc target

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1623 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile.tests

index 5064c80957e82baf0daec6a6dccc1d24d1b5730c..34116cbac467bc4795d29d224259729f2d17ed75 100644 (file)
@@ -32,6 +32,7 @@ LLINK    = $(TOOLS)/link
 LCCFLAGS  += -O2 -Wall
 LLCFLAGS =
 FAILURE  = $(LEVEL)/test/Failure.sh
+TESTRUNR = $(LEVEL)/test/TestRunner.sh
 
 # Native Tool Definitions
 NATGCC  = /usr/dcs/software/supported/bin/gcc
@@ -63,7 +64,7 @@ Output/%.ll: %.c $(LCC1) Output/.dir
 Output/%.bc: Output/%.ll $(LGCCAS)
        $(LGCCAS) $< -o $@
 
-Output/%.bc: %.ll $(LAS)
+Output/%.bc: %.ll $(LAS) Output/.dir
        $(LAS) -f $< -o $@
 
 #