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