aboutsummaryrefslogtreecommitdiffstats
path: root/test/Other
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-02-20 00:09:19 +0000
committerChris Lattner <sabre@nondot.org>2003-02-20 00:09:19 +0000
commit65a3f17097ecd92265fc5e7248a5216999a76bfa (patch)
tree712f5d3366815b71caba87129e427a95eb3c1c5d /test/Other
parentfe95dae26bd97aa5730684db040cb162f321388b (diff)
downloadexternal_llvm-65a3f17097ecd92265fc5e7248a5216999a76bfa.zip
external_llvm-65a3f17097ecd92265fc5e7248a5216999a76bfa.tar.gz
external_llvm-65a3f17097ecd92265fc5e7248a5216999a76bfa.tar.bz2
Make tests rerun if analyze is rebuilt
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5601 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Other')
-rw-r--r--test/Other/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Other/Makefile b/test/Other/Makefile
index 520a58a..e1a8697 100644
--- a/test/Other/Makefile
+++ b/test/Other/Makefile
@@ -6,5 +6,5 @@ TESTS := $(wildcard *.ll)
all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out))
-Output/%.ll.out: %.ll Output/.dir
+Output/%.ll.out: %.ll Output/.dir $(LANALYZE)
-$(TESTRUNR) $<