[sanitizer] Move options-related tests to sanitizer_common.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Mon, 19 Jan 2015 09:21:44 +0000 (09:21 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Mon, 19 Jan 2015 09:21:44 +0000 (09:21 +0000)
commit141c5a9ae097596ea850c96caaae6501ce326073
tree645479ea17c8fa70e922d94538eadb6fc4530e75
parente5b1c0d98ecef306522c919e9ead129abd1a8057
[sanitizer] Move options-related tests to sanitizer_common.

And handle help=1 in standalone LSan.

llvm-svn: 226438
compiler-rt/lib/lsan/lsan_common.cc
compiler-rt/test/asan/TestCases/asan_options-include.cc [deleted file]
compiler-rt/test/asan/TestCases/asan_options-invalid.cc [deleted file]
compiler-rt/test/sanitizer_common/TestCases/options-help.cc [new file with mode: 0644]
compiler-rt/test/sanitizer_common/TestCases/options-include.cc [new file with mode: 0644]
compiler-rt/test/sanitizer_common/TestCases/options-invalid.cc [new file with mode: 0644]