[RISCV][test] Add more 64-bit tests in zbb-logic-neg-imm.ll
[llvm-project.git] / lldb / unittests / Process / gdb-remote / CMakeLists.txt
blob41bce6f31eafe27399260ca97987fd0ec577225b
1 add_lldb_unittest(ProcessGdbRemoteTests
2   GDBRemoteClientBaseTest.cpp
3   GDBRemoteCommunicationClientTest.cpp
4   GDBRemoteCommunicationServerLLGSTest.cpp
5   GDBRemoteCommunicationServerTest.cpp
6   GDBRemoteCommunicationTest.cpp
7   GDBRemoteTestUtils.cpp
9   LINK_LIBS
10     lldbCore
11     lldbHost
12     lldbPluginPlatformMacOSX
13     lldbPluginProcessUtility
14     lldbPluginProcessGDBRemote
16     LLVMTestingSupport
18   LINK_COMPONENTS
19     Support
20   )