xref: /llvm-project/llvm/utils/gn/secondary/clang/lib/Testing/BUILD.gn (revision ce2474ff60c9ca0a9a5747e6e401abb284d8378f)
1static_library("Testing") {
2  output_name = "clangTesting"
3  configs += [ "//llvm/utils/gn/build:clang_code" ]
4  testonly = true
5  deps = [
6    "//clang/lib/Basic",
7    "//llvm/lib/Support",
8    "//third-party/unittest:gtest",
9  ]
10  sources = [
11    "CommandLineArgs.cpp",
12    "TestAST.cpp",
13  ]
14}
15