Tests results are invalidated when jello is rebuilt
[oota-llvm.git] / test / Jello / Makefile
index a9053845d94423a693def078773016d9d4bbf0ed..e9c15a7b4eeeadd649f7b38a7e6e36222342fb00 100644 (file)
@@ -10,7 +10,7 @@ FTESTS := $(wildcard *.llx)   # Freeform tests
 
 all:: $(addprefix Output/, $(TESTS:%.ll=%.out))
 
-Output/%.out: Output/%.bc
+Output/%.out: Output/%.bc $(LJELLO)
        @echo "======== Running $< ==================="
        $(VERB) jello $< > $@ 2>&1 || \
                  ( cat $@; rm -f $@; $(FAILURE) $@ )
@@ -18,6 +18,6 @@ Output/%.out: Output/%.bc
 
 all:: $(addprefix Output/, $(FTESTS:%.llx=%.llx.out))
 
-Output/%.llx.out: %.llx Output/.dir $(LAS)
+Output/%.llx.out: %.llx Output/.dir $(LJELLO)
        -$(TESTRUNR) $<