brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.4 KiB · 4cbe15b Raw
70 lines · plain
1add_lldb_unittest(UtilityTests2  AnsiTerminalTest.cpp3  ArgsTest.cpp4  OptionsWithRawTest.cpp5  ArchSpecTest.cpp6  BroadcasterTest.cpp7  ChecksumTest.cpp8  ConstStringTest.cpp9  CompletionRequestTest.cpp10  DataBufferTest.cpp11  DataEncoderTest.cpp12  DataExtractorTest.cpp13  EnvironmentTest.cpp14  EventTest.cpp15  FileSpecListTest.cpp16  FileSpecTest.cpp17  FlagsTest.cpp18  ListenerTest.cpp19  LogTest.cpp20  NameMatchesTest.cpp21  PredicateTest.cpp22  ProcessInfoTest.cpp23  ProcessInstanceInfoTest.cpp24  RangeMapTest.cpp25  RangeTest.cpp26  RealpathPrefixesTest.cpp27  RegisterValueTest.cpp28  RegularExpressionTest.cpp29  ScalarTest.cpp30  SharedClusterTest.cpp31  StateTest.cpp32  StatusTest.cpp33  StreamTeeTest.cpp34  StreamTest.cpp35  StringExtractorGDBRemoteTest.cpp36  StringExtractorTest.cpp37  StringLexerTest.cpp38  StringListTest.cpp39  StructuredDataTest.cpp40  SubsystemRAIITest.cpp41  SupportFileTest.cpp42  TildeExpressionResolverTest.cpp43  TimeoutTest.cpp44  TimerTest.cpp45  TraceGDBRemotePacketsTest.cpp46  UriParserTest.cpp47  UserIDResolverTest.cpp48  UUIDTest.cpp49  VASprintfTest.cpp50  VirtualDataExtractorTest.cpp51  VMRangeTest.cpp52  XcodeSDKTest.cpp53 54  LINK_COMPONENTS55    Support56    TargetParser57  LINK_LIBS58      lldbUtility59      lldbUtilityHelpers60      LLVMTestingSupport61  )62 63set(test_inputs64  StructuredData-basic.json65  StructuredData-nested.json66  StructuredData-full.json67  )68 69add_unittest_inputs(UtilityTests "${test_inputs}")70