From 52c3664ccab19dd8d154b267ad8171b8b73e90df Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Fri, 14 Feb 2014 12:13:59 +0000 Subject: Delete LSan unit tests git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@201406 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/lsan/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/lsan/CMakeLists.txt') 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) -- cgit v1.2.3