2017-03-15 23:08:49 +08:00
|
|
|
set (FILES
|
2016-03-11 16:44:44 +08:00
|
|
|
FileSpecTest.cpp
|
2016-11-02 00:11:14 +08:00
|
|
|
FileSystemTest.cpp
|
2017-10-31 18:56:03 +08:00
|
|
|
HostInfoTest.cpp
|
2017-06-19 20:47:50 +08:00
|
|
|
HostTest.cpp
|
2017-05-04 18:11:33 +08:00
|
|
|
MainLoopTest.cpp
|
2015-03-18 06:51:21 +08:00
|
|
|
SocketAddressTest.cpp
|
|
|
|
SocketTest.cpp
|
2015-10-06 18:17:34 +08:00
|
|
|
SymbolsTest.cpp
|
2017-09-19 23:38:30 +08:00
|
|
|
TaskPoolTest.cpp
|
2017-03-15 23:08:49 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
if (CMAKE_SYSTEM_NAME MATCHES "Linux|Android")
|
|
|
|
list(APPEND FILES
|
|
|
|
linux/HostTest.cpp
|
|
|
|
linux/SupportTest.cpp
|
|
|
|
)
|
|
|
|
endif()
|
2017-02-02 06:17:00 +08:00
|
|
|
|
2017-03-15 23:08:49 +08:00
|
|
|
add_lldb_unittest(HostTests
|
|
|
|
${FILES}
|
2017-02-02 06:17:00 +08:00
|
|
|
LINK_LIBS
|
|
|
|
lldbCore
|
|
|
|
lldbHost
|
2015-03-18 06:51:21 +08:00
|
|
|
)
|