summaryrefslogtreecommitdiff
path: root/unittests/Host/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Host/CMakeLists.txt')
-rw-r--r--unittests/Host/CMakeLists.txt27
1 files changed, 0 insertions, 27 deletions
diff --git a/unittests/Host/CMakeLists.txt b/unittests/Host/CMakeLists.txt
deleted file mode 100644
index 93394661d36d..000000000000
--- a/unittests/Host/CMakeLists.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-set (FILES
- FileSystemTest.cpp
- HostInfoTest.cpp
- HostTest.cpp
- MainLoopTest.cpp
- NativeProcessProtocolTest.cpp
- SocketAddressTest.cpp
- SocketTest.cpp
- SymbolsTest.cpp
- TaskPoolTest.cpp
-)
-
-if (CMAKE_SYSTEM_NAME MATCHES "Linux|Android")
- list(APPEND FILES
- linux/HostTest.cpp
- linux/SupportTest.cpp
- )
-endif()
-
-add_lldb_unittest(HostTests
- ${FILES}
- LINK_LIBS
- lldbCore
- lldbHost
- lldbUtilityHelpers
- LLVMTestingSupport
- )