diff options
| author | Kostya Serebryany <kcc@google.com> | 2012-02-07 17:36:07 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2012-02-07 17:36:07 +0000 |
| commit | d61255638f95ce892f052d5c2e37ae654b6d6841 (patch) | |
| tree | 99cf784df11632f483948df4ca3aa88a91394acf | |
| parent | 1167190344ef6c232a227455e15bb03cf7e9cbce (diff) | |
| download | bcm5719-llvm-d61255638f95ce892f052d5c2e37ae654b6d6841.tar.gz bcm5719-llvm-d61255638f95ce892f052d5c2e37ae654b6d6841.zip | |
[asan] print 'ALL TESTS PASSED' in makefile when running tests (convenience)
llvm-svn: 149990
| -rw-r--r-- | compiler-rt/lib/asan/Makefile.old | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/asan/Makefile.old b/compiler-rt/lib/asan/Makefile.old index 06958e642f7..18d2b1b1596 100644 --- a/compiler-rt/lib/asan/Makefile.old +++ b/compiler-rt/lib/asan/Makefile.old @@ -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) |

