[lit] Improve lit.Run class
[llvm-complete.git] / utils / gn / secondary / clang / unittests / Frontend / BUILD.gn
blobf3b535cf486c231f04619cd250f055d02401a9f1
1 import("//llvm/utils/unittest/unittest.gni")
3 unittest("FrontendTests") {
4   configs += [ "//llvm/utils/gn/build:clang_code" ]
5   deps = [
6     "//clang/lib/AST",
7     "//clang/lib/Basic",
8     "//clang/lib/CodeGen",
9     "//clang/lib/Frontend",
10     "//clang/lib/FrontendTool",
11     "//clang/lib/Lex",
12     "//clang/lib/Sema",
13     "//llvm/lib/Support",
14   ]
15   sources = [
16     "ASTUnitTest.cpp",
17     "CodeGenActionTest.cpp",
18     "CompilerInstanceTest.cpp",
19     "FixedPointString.cpp",
20     "FrontendActionTest.cpp",
21     "OutputStreamTest.cpp",
22     "PCHPreambleTest.cpp",
23     "ParsedSourceLocationTest.cpp",
24   ]