aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-03-21 21:29:47 +0000
committerChris Lattner <sabre@nondot.org>2002-03-21 21:29:47 +0000
commit2e5c295100969bc85da753a36ea27a5ef6a1f3e3 (patch)
tree4e2da0bfbf2cccaa3f5e5a3e9f067058ba669e69
parent7b3c34b87a6162a040fa957af7f9b63bcede1fe7 (diff)
Rerun test if opt gets changed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1937 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Transforms/LevelRaise/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LevelRaise/Makefile b/test/Transforms/LevelRaise/Makefile
index 9e9fe0021f..91acd4d481 100644
--- a/test/Transforms/LevelRaise/Makefile
+++ b/test/Transforms/LevelRaise/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 $(LOPT)
-$(TESTRUNR) $<