summaryrefslogtreecommitdiff
path: root/lib/lsan/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2014-02-14 12:13:59 +0000
committerAlexey Samsonov <samsonov@google.com>2014-02-14 12:13:59 +0000
commit52c3664ccab19dd8d154b267ad8171b8b73e90df (patch)
treed1a621523012446b8c3eb99cec817914d55d75bf /lib/lsan/CMakeLists.txt
parent0c4fa9907ba77a1a803ca9f7da4cb09901951991 (diff)
Delete LSan unit tests
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@201406 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/lsan/CMakeLists.txt')
-rw-r--r--lib/lsan/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/lsan/CMakeLists.txt b/lib/lsan/CMakeLists.txt
index 960688977..c9c0e22f3 100644
--- a/lib/lsan/CMakeLists.txt
+++ b/lib/lsan/CMakeLists.txt
@@ -54,7 +54,4 @@ elseif(NOT ANDROID)
endforeach()
endif()
-if (LLVM_INCLUDE_TESTS)
- add_subdirectory(tests)
-endif()
add_subdirectory(lit_tests)