mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-03 17:32:59 +00:00
Tests results are invalidated when jello is rebuilt
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4494 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b1761fc4df
commit
b3e3cae32b
@ -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) $<
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user