aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-30 15:17:36 +0000
committerChris Lattner <sabre@nondot.org>2003-06-30 15:17:36 +0000
commit98f0ef58cde7250e944e7136a7342b1515ef298a (patch)
treedf936164a10edd71d8d051f8782d52ae854c602f /test
parent6681e98b13636cbfe84a51d39f793dbb8551eb1b (diff)
Add dependency on analyze
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7009 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Analysis/DSGraph/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/DSGraph/Makefile b/test/Analysis/DSGraph/Makefile
index 0b3cd78154..bc24e5c1c0 100644
--- a/test/Analysis/DSGraph/Makefile
+++ b/test/Analysis/DSGraph/Makefile
@@ -7,7 +7,7 @@ TESTS := $(wildcard *.ll)
all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
$(addprefix Output/, $(TESTS:%.ll=%.ll.out)):
-Output/%.ll.out: %.ll Output/.dir $(LOPT)
+Output/%.ll.out: %.ll Output/.dir $(LOPT) $(LANALYZE)
-$(TESTRUNR) $<
clean::