diff options
author | Chris Lattner <sabre@nondot.org> | 2003-02-20 00:09:19 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-02-20 00:09:19 +0000 |
commit | 65a3f17097ecd92265fc5e7248a5216999a76bfa (patch) | |
tree | 712f5d3366815b71caba87129e427a95eb3c1c5d /test/Other | |
parent | fe95dae26bd97aa5730684db040cb162f321388b (diff) | |
download | external_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/Makefile | 2 |
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) $< |