[asan] print 'ALL TESTS PASSED' in makefile when running tests (convenience)

llvm-svn: 149990
This commit is contained in:
Kostya Serebryany 2012-02-07 17:36:07 +00:00
parent 1167190344
commit d61255638f
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ GTEST_LIB=$(GTEST_MAKE_DIR)/gtest-all.o
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)