[lit] Improve lit.Run class
[llvm-complete.git] / utils / gn / secondary / clang / unittests / AST / BUILD.gn
blob06b28de3927357f53c5c028cc38dddf3fc72ab02
1 import("//llvm/utils/unittest/unittest.gni")
3 unittest("ASTTests") {
4   configs += [ "//llvm/utils/gn/build:clang_code" ]
5   deps = [
6     "//clang/lib/AST",
7     "//clang/lib/ASTMatchers",
8     "//clang/lib/Analysis",
9     "//clang/lib/Basic",
10     "//clang/lib/Frontend",
11     "//clang/lib/Tooling",
12     "//llvm/lib/Support",
13   ]
14   sources = [
15     "ASTContextParentMapTest.cpp",
16     "ASTImporterFixtures.cpp",
17     "ASTImporterGenericRedeclTest.cpp",
18     "ASTImporterODRStrategiesTest.cpp",
19     "ASTImporterTest.cpp",
20     "ASTImporterVisibilityTest.cpp",
21     "ASTTraverserTest.cpp",
22     "ASTTypeTraitsTest.cpp",
23     "ASTVectorTest.cpp",
24     "CommentLexer.cpp",
25     "CommentParser.cpp",
26     "CommentTextTest.cpp",
27     "DataCollectionTest.cpp",
28     "DeclPrinterTest.cpp",
29     "DeclTest.cpp",
30     "EvaluateAsRValueTest.cpp",
31     "ExternalASTSourceTest.cpp",
32     "Language.cpp",
33     "NamedDeclPrinterTest.cpp",
34     "OMPStructuredBlockTest.cpp",
35     "RecursiveASTVisitorTest.cpp",
36     "SourceLocationTest.cpp",
37     "StmtPrinterTest.cpp",
38     "StructuralEquivalenceTest.cpp",
39   ]