[llvm-commits] CVS: llvm/test/Regression/Jello/Makefile

Chris Lattner lattner at cs.uiuc.edu
Fri Nov 1 19:41:01 PST 2002


Changes in directory llvm/test/Regression/Jello:

Makefile updated: 1.1 -> 1.2

---
Log message:

Tests results are invalidated when jello is rebuilt


---
Diffs of the changes:

Index: llvm/test/Regression/Jello/Makefile
diff -u llvm/test/Regression/Jello/Makefile:1.1 llvm/test/Regression/Jello/Makefile:1.2
--- llvm/test/Regression/Jello/Makefile:1.1	Fri Oct 25 18:01:51 2002
+++ llvm/test/Regression/Jello/Makefile	Fri Nov  1 19:40:24 2002
@@ -10,7 +10,7 @@
 
 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 @@
 
 all:: $(addprefix Output/, $(FTESTS:%.llx=%.llx.out))
 
-Output/%.llx.out: %.llx Output/.dir $(LAS)
+Output/%.llx.out: %.llx Output/.dir $(LJELLO)
 	-$(TESTRUNR) $<
 





More information about the llvm-commits mailing list