llvm-for-llvmta/utils/gn/secondary/clang/unittests/StaticAnalyzer/BUILD.gn

25 lines
651 B
Plaintext

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",
"CallDescriptionTest.cpp",
"CallEventTest.cpp",
"FalsePositiveRefutationBRVisitorTest.cpp",
"ParamRegionTest.cpp",
"RangeSetTest.cpp",
"RegisterCustomCheckersTest.cpp",
"SymbolReaperTest.cpp",
"TestReturnValueUnderConstruction.cpp",
]
}