brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.2 KiB · 3a12a4a Raw
57 lines · plain
1add_subdirectory(ByteCode)2 3add_clang_unittest(ASTTests4  ASTContextParentMapTest.cpp5  ASTDumperTest.cpp6  ASTExprTest.cpp7  ASTImporterFixtures.cpp8  ASTImporterTest.cpp9  ASTImporterObjCTest.cpp10  ASTImporterGenericRedeclTest.cpp11  ASTImporterODRStrategiesTest.cpp12  ASTImporterVisibilityTest.cpp13  ASTTraverserTest.cpp14  ASTTypeTraitsTest.cpp15  ASTVectorTest.cpp16  AttrTest.cpp17  CommentLexer.cpp18  CommentParser.cpp19  CommentTextTest.cpp20  ConceptPrinterTest.cpp21  DataCollectionTest.cpp22  DeclBaseTest.cpp23  DeclPrinterTest.cpp24  DeclTest.cpp25  EvaluateAsRValueTest.cpp26  ExternalASTSourceTest.cpp27  NamedDeclPrinterTest.cpp28  ProfilingTest.cpp29  QualTypeNamesTest.cpp30  RandstructTest.cpp31  RawCommentForDeclTest.cpp32  RecursiveASTVisitorTest.cpp33  SizelessTypesTest.cpp34  SourceLocationTest.cpp35  StmtPrinterTest.cpp36  StructuralEquivalenceTest.cpp37  TemplateNameTest.cpp38  TypePrinterTest.cpp39  UnresolvedSetTest.cpp40  CLANG_LIBS41  clangAST42  clangASTMatchers43  clangBasic44  clangFrontend45  clangLex46  clangSerialization47  clangTooling48  LINK_LIBS49  clangTesting50  LLVMTestingAnnotations51  LLVMTestingSupport52  LLVM_COMPONENTS53  FrontendOpenMP54  Support55  TargetParser56  )57