[llvm-commits] [compiler-rt] r149990 - /compiler-rt/trunk/lib/asan/Makefile.old
Kostya Serebryany
kcc at google.com
Tue Feb 7 09:36:07 PST 2012
Author: kcc
Date: Tue Feb 7 11:36:07 2012
New Revision: 149990
URL: http://llvm.org/viewvc/llvm-project?rev=149990&view=rev
Log:
[asan] print 'ALL TESTS PASSED' in makefile when running tests (convenience)
Modified:
compiler-rt/trunk/lib/asan/Makefile.old
Modified: compiler-rt/trunk/lib/asan/Makefile.old
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/Makefile.old?rev=149990&r1=149989&r2=149990&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/Makefile.old (original)
+++ compiler-rt/trunk/lib/asan/Makefile.old Tue Feb 7 11:36:07 2012
@@ -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