blob: 00cb4645a4c0a07320242399e90acca2f495f4e2 [file] [log] [blame]
static_library("Testing") {
output_name = "clangTesting"
configs += [ "//llvm/utils/gn/build:clang_code" ]
testonly = true
deps = [
"//clang/lib/Basic",
"//llvm/lib/Support",
"//llvm/utils/unittest:gtest",
]
sources = [
"CommandLineArgs.cpp",
"TestAST.cpp",
]
}