Rerun test if opt gets changed

llvm-svn: 1937
This commit is contained in:
Chris Lattner 2002-03-21 21:29:47 +00:00
parent 70ff2aedef
commit 8a36ae8ab9
1 changed files with 1 additions and 1 deletions

View File

@ -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) $<