diff options
-rw-r--r-- | test/Jello/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Jello/Makefile b/test/Jello/Makefile index e9c15a7b4e..eef9f914c8 100644 --- a/test/Jello/Makefile +++ b/test/Jello/Makefile @@ -12,7 +12,7 @@ all:: $(addprefix Output/, $(TESTS:%.ll=%.out)) Output/%.out: Output/%.bc $(LJELLO) @echo "======== Running $< ===================" - $(VERB) jello $< > $@ 2>&1 || \ + $(VERB) jello -stats $< > $@ 2>&1 || \ ( cat $@; rm -f $@; $(FAILURE) $@ ) |