blob: 8a10db4bcc0897a9055c89ff53ce9241d4f8f7d5 [file] [log] [blame]
import("//third-party/unittest/unittest.gni")
unittest("SemaTests") {
configs += [ "//llvm/utils/gn/build:clang_code" ]
deps = [
"//clang/lib/AST",
"//clang/lib/Basic",
"//clang/lib/Frontend",
"//clang/lib/Parse",
"//clang/lib/Sema",
"//clang/lib/Testing",
"//clang/lib/Tooling",
"//llvm/lib/Support",
"//llvm/lib/Testing/Annotations",
"//llvm/lib/Testing/Support",
]
sources = [
"CodeCompleteTest.cpp",
"ExternalSemaSourceTest.cpp",
"GslOwnerPointerInference.cpp",
"HeuristicResolverTest.cpp",
"SemaLookupTest.cpp",
"SemaNoloadLookupTest.cpp",
]
}