1 # Note: debugserver is a Darwin-only implementation of a remote debugging
2 # server. It is not intended to be used on other platforms. The tests are here
3 # because using the LLDB Host API is convenient and allows testing of both parts
4 # of the debugserver communication path. If you are looking for a non-darwin
5 # remote debugging server, please use lldb-server.
7 add_lldb_unittest(debugserverTests
10 debugserver_LogCallback.cpp
20 target_include_directories(debugserverTests PRIVATE
21 ${LLDB_SOURCE_DIR}/tools/debugserver/source
22 ${LLDB_SOURCE_DIR}/tools/debugserver/source/MacOSX)
25 set_property(TARGET debugserverTests APPEND PROPERTY COMPILE_DEFINITIONS
31 add_lldb_unittest(debugserverNonUITests
34 debugserver_LogCallback.cpp
37 lldbDebugserverCommon_NonUI