From fbda7a029786a8c95538b1e64cf154456ae770c2 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 1 Feb 2002 04:25:12 +0000 Subject: Add TESTRUNR var 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Makefile.tests b/test/Makefile.tests index 5064c80957..34116cbac4 100644 --- a/test/Makefile.tests +++ b/test/Makefile.tests @@ -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 $@ # -- cgit v1.2.3