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