forked from OSchip/llvm-project
AddressSanitizer: move output tests to a separate directory
llvm-svn: 150367
This commit is contained in:
parent
f9affd3a0c
commit
b30df37ebf
|
@ -213,7 +213,7 @@ test: t64 t32 output_tests lint
|
|||
@echo "ALL TESTS PASSED"
|
||||
|
||||
output_tests: b32 b64
|
||||
cd tests && ./test_output.sh $(CLANG_CXX) $(CLANG_CC)
|
||||
cd output_tests && ./test_output.sh $(CLANG_CXX) $(CLANG_CC)
|
||||
|
||||
t64: b64
|
||||
$(BIN)/asan_test64
|
||||
|
|
Loading…
Reference in New Issue