[AMDGPU] Add True16 register classes.
[llvm-project.git] / lldb / unittests / Target / CMakeLists.txt
blobd10e93ca6336d6fe786fe0369ba2702314b9a3ea
1 add_lldb_unittest(TargetTests
2   ABITest.cpp
3   DynamicRegisterInfoTest.cpp
4   ExecutionContextTest.cpp
5   LocateModuleCallbackTest.cpp
6   MemoryRegionInfoTest.cpp
7   MemoryTest.cpp
8   MemoryTagMapTest.cpp
9   ModuleCacheTest.cpp
10   PathMappingListTest.cpp
11   RegisterFlagsTest.cpp
12   RemoteAwarePlatformTest.cpp
13   StackFrameRecognizerTest.cpp
14   FindFileTest.cpp
16   LINK_LIBS
17       lldbCore
18       lldbHost
19       lldbPluginObjectFileBreakpad
20       lldbPluginObjectFileELF
21       lldbPluginPlatformLinux
22       lldbPluginPlatformMacOSX
23       lldbPluginPlatformAndroid
24       lldbPluginSymbolFileBreakpad
25       lldbPluginSymbolFileSymtab
26       lldbTarget
27       lldbSymbol
28       lldbUtility
29       lldbUtilityHelpers
30     LINK_COMPONENTS
31       Support
32   )
34 set(test_inputs
35   AndroidModule.so
36   AndroidModule.so.sym
37   AndroidModule.unstripped.so
38   TestModule.so
39   )
40 add_unittest_inputs(TargetTests "${test_inputs}")