1add_lldb_unittest(UtilityTests 2 AnsiTerminalTest.cpp 3 ArgsTest.cpp 4 OptionsWithRawTest.cpp 5 ArchSpecTest.cpp 6 BroadcasterTest.cpp 7 ChecksumTest.cpp 8 ConstStringTest.cpp 9 CompletionRequestTest.cpp 10 DataBufferTest.cpp 11 DataEncoderTest.cpp 12 DataExtractorTest.cpp 13 DiagnosticsRenderingTest.cpp 14 EnvironmentTest.cpp 15 EventTest.cpp 16 FileSpecListTest.cpp 17 FileSpecTest.cpp 18 FlagsTest.cpp 19 ListenerTest.cpp 20 LogTest.cpp 21 NameMatchesTest.cpp 22 PredicateTest.cpp 23 ProcessInfoTest.cpp 24 ProcessInstanceInfoTest.cpp 25 RangeMapTest.cpp 26 RangeTest.cpp 27 RealpathPrefixesTest.cpp 28 RegisterValueTest.cpp 29 RegularExpressionTest.cpp 30 ScalarTest.cpp 31 SharedClusterTest.cpp 32 StateTest.cpp 33 StatusTest.cpp 34 StreamTeeTest.cpp 35 StreamTest.cpp 36 StringExtractorGDBRemoteTest.cpp 37 StringExtractorTest.cpp 38 StringLexerTest.cpp 39 StringListTest.cpp 40 StructuredDataTest.cpp 41 SubsystemRAIITest.cpp 42 SupportFileTest.cpp 43 TildeExpressionResolverTest.cpp 44 TimeoutTest.cpp 45 TimerTest.cpp 46 TraceGDBRemotePacketsTest.cpp 47 UriParserTest.cpp 48 UserIDResolverTest.cpp 49 UUIDTest.cpp 50 VASprintfTest.cpp 51 VMRangeTest.cpp 52 XcodeSDKTest.cpp 53 54 LINK_LIBS 55 lldbTarget 56 lldbUtility 57 lldbUtilityHelpers 58 LLVMTestingSupport 59 LINK_COMPONENTS 60 Support 61 TargetParser 62 ) 63 64set(test_inputs 65 StructuredData-basic.json 66 StructuredData-nested.json 67 StructuredData-full.json 68 ) 69 70add_unittest_inputs(UtilityTests "${test_inputs}") 71