blob: fae8f7e83707a7da95d2d6994db635bd21cbb9e1 [file] [log] [blame]
import("//llvm/utils/unittest/unittest.gni")
unittest("StaticAnalysisTests") {
configs += [ "//llvm/utils/gn/build:clang_code" ]
deps = [
"//clang/lib/Analysis",
"//clang/lib/Basic",
"//clang/lib/StaticAnalyzer/Core",
"//clang/lib/StaticAnalyzer/Frontend",
"//clang/lib/Tooling",
"//llvm/lib/Support",
]
sources = [
"AnalyzerOptionsTest.cpp",
"RegisterCustomCheckersTest.cpp",
"SymbolReaperTest.cpp",
]
}