blob: ae6afd592e547e735303c11fcea7450f0732fe97 [file] [log] [blame]
set (FILES
ConnectionFileDescriptorTest.cpp
FileActionTest.cpp
FileSystemTest.cpp
FileTest.cpp
HostInfoTest.cpp
HostTest.cpp
MainLoopTest.cpp
NativeProcessProtocolTest.cpp
PipeTest.cpp
ProcessLaunchInfoTest.cpp
SocketAddressTest.cpp
SocketTest.cpp
SocketTestUtilities.cpp
XMLTest.cpp
)
if (CMAKE_SYSTEM_NAME MATCHES "Linux|Android")
list(APPEND FILES
linux/HostTest.cpp
linux/SupportTest.cpp
)
endif()
if (LLDB_ENABLE_TERMIOS)
list(APPEND FILES
posix/TerminalTest.cpp
)
endif()
add_lldb_unittest(HostTests
${FILES}
LINK_LIBS
lldbHost
lldbUtilityHelpers
LLVMTestingSupport
)