summaryrefslogtreecommitdiff
path: root/unittests/tools/lldb-server/tests/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/tools/lldb-server/tests/CMakeLists.txt')
-rw-r--r--unittests/tools/lldb-server/tests/CMakeLists.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/unittests/tools/lldb-server/tests/CMakeLists.txt b/unittests/tools/lldb-server/tests/CMakeLists.txt
index 4ef4165b27fef..ed5eb88ba5270 100644
--- a/unittests/tools/lldb-server/tests/CMakeLists.txt
+++ b/unittests/tools/lldb-server/tests/CMakeLists.txt
@@ -1,6 +1,8 @@
add_lldb_unittest(LLDBServerTests
- TestClient.cpp
+ LLGSTest.cpp
MessageObjects.cpp
+ TestBase.cpp
+ TestClient.cpp
ThreadIdsInJstopinfoTest.cpp
LINK_LIBS
@@ -10,6 +12,10 @@ add_lldb_unittest(LLDBServerTests
lldbTarget
lldbPluginPlatformLinux
lldbPluginProcessGDBRemote
+
+ LLVMTestingSupport
LINK_COMPONENTS
Support
)
+
+add_dependencies(LLDBServerTests lldb-server ${ALL_LLDB_TEST_EXECUTABLES})