summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/CMakeLists.txt b/lldb/CMakeLists.txt
index 4bf61689fa8..a826c2532e7 100644
--- a/lldb/CMakeLists.txt
+++ b/lldb/CMakeLists.txt
@@ -79,6 +79,9 @@ if(LLDB_INCLUDE_TESTS)
list(APPEND LLDB_TEST_DEPS darwin-debug)
endif()
+ # lldb-test is an hard dependency for the testsuite.
+ list(APPEND LLDB_TEST_DEPS lldb-test)
+
if(TARGET lldb-server)
list(APPEND LLDB_TEST_DEPS lldb-server)
endif()
OpenPOWER on IntegriCloud