forked from OSchip/llvm-project
[asan] print 'ALL TESTS PASSED' in makefile when running tests (convenience)
llvm-svn: 149990
This commit is contained in:
parent
1167190344
commit
d61255638f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue