[llvm-commits] Explicitly say that everything is OK at the end of the 'test' rule (issue 5645045)
timurrrr at google.com
timurrrr at google.com
Tue Feb 7 06:32:22 PST 2012
Reviewers: kcc1,
Message:
Hi,
Can you please review this tiny patch?
While testing ASan with "-j" I've noticed that intermediate test
failures are very hard to notice.
I think it's good to have an explicit green light sign at the end of
"make test"
Thanks,
Timur
Please review this at http://codereview.appspot.com/5645045/
Affected files:
M Makefile.old
Index: Makefile.old
===================================================================
--- Makefile.old (revision 149985)
+++ Makefile.old (working copy)
@@ -205,6 +205,7 @@
all: b64 b32
test: t64 t32 output_tests lint
+ @echo "ALL TESTS PASSED"
output_tests: b32 b64
cd tests && ./test_output.sh $(CLANG_CXX) $(CLANG_CC)
More information about the llvm-commits
mailing list