r149990, thanks! <br><br><div class="gmail_quote">On Tue, Feb 7, 2012 at 6:32 AM,  <span dir="ltr"><<a href="mailto:timurrrr@google.com">timurrrr@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Reviewers: kcc1,<br>
<br>
Message:<br>
Hi,<br>
<br>
Can you please review this tiny patch?<br>
<br>
While testing ASan with "-j" I've noticed that intermediate test<br>
failures are very hard to notice.<br>
I think it's good to have an explicit green light sign at the end of<br>
"make test"<br>
<br>
Thanks,<br>
Timur<br>
<br>
<br>
<br>
Please review this at <a href="http://codereview.appspot.com/5645045/" target="_blank">http://codereview.appspot.com/<u></u>5645045/</a><br>
<br>
Affected files:<br>
  M     Makefile.old<br>
<br>
<br>
Index: Makefile.old<br>
==============================<u></u>==============================<u></u>=======<br>
--- Makefile.old        (revision 149985)<br>
+++ Makefile.old        (working copy)<br>
@@ -205,6 +205,7 @@<br>
 all: b64 b32<br>
<br>
 test: t64 t32 output_tests lint<br>
+       @echo "ALL TESTS PASSED"<br>
<br>
 output_tests: b32 b64<br>
        cd tests && ./test_output.sh $(CLANG_CXX) $(CLANG_CC)<br>
<br>
<br>
</blockquote></div><br>