[llvm-commits] Explicitly say that everything is OK at the end of the 'test' rule (issue 5645045)

Kostya Serebryany kcc at google.com
Tue Feb 7 09:40:30 PST 2012


r149990, thanks!

On Tue, Feb 7, 2012 at 6:32 AM, <timurrrr at google.com> wrote:

> 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/<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)
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120207/864b3ef0/attachment.html>


More information about the llvm-commits mailing list