[AArch64,ELF] Restrict MOVZ/MOVK to non-PIC large code model (#70178)
[llvm-project.git] / lldb / unittests / Utility / CMakeLists.txt
blob5c7003a156813dc67a0b59dc95d62d76baffd9eb
1 add_lldb_unittest(UtilityTests
2   AnsiTerminalTest.cpp
3   ArgsTest.cpp
4   OptionsWithRawTest.cpp
5   ArchSpecTest.cpp
6   BroadcasterTest.cpp
7   ConstStringTest.cpp
8   CompletionRequestTest.cpp
9   DataBufferTest.cpp
10   DataEncoderTest.cpp
11   DataExtractorTest.cpp
12   EnvironmentTest.cpp
13   EventTest.cpp
14   FileSpecTest.cpp
15   FlagsTest.cpp
16   ListenerTest.cpp
17   LogTest.cpp
18   NameMatchesTest.cpp
19   PredicateTest.cpp
20   ProcessInfoTest.cpp
21   ProcessInstanceInfoTest.cpp
22   RangeMapTest.cpp
23   RangeTest.cpp
24   RegisterValueTest.cpp
25   RegularExpressionTest.cpp
26   ScalarTest.cpp
27   SharedClusterTest.cpp
28   StateTest.cpp
29   StatusTest.cpp
30   StreamTeeTest.cpp
31   StreamTest.cpp
32   StringExtractorGDBRemoteTest.cpp
33   StringExtractorTest.cpp
34   StringLexerTest.cpp
35   StringListTest.cpp
36   StructuredDataTest.cpp
37   SubsystemRAIITest.cpp
38   TildeExpressionResolverTest.cpp
39   TimeoutTest.cpp
40   TimerTest.cpp
41   TraceGDBRemotePacketsTest.cpp
42   UriParserTest.cpp
43   UserIDResolverTest.cpp
44   UUIDTest.cpp
45   VASprintfTest.cpp
46   VMRangeTest.cpp
47   XcodeSDKTest.cpp
49   LINK_LIBS
50       lldbUtility
51       lldbUtilityHelpers
52       LLVMTestingSupport
53   LINK_COMPONENTS
54     Support
55     TargetParser
56   )
58 set(test_inputs
59   StructuredData-basic.json
60   StructuredData-nested.json
61   StructuredData-full.json
62   )
64 add_unittest_inputs(UtilityTests "${test_inputs}")