summaryrefslogtreecommitdiffstats
path: root/llvm/utils/gn/secondary/clang/unittests/StaticAnalyzer/BUILD.gn
blob: 7715614b9516fa3eb1317693f992cf7f680384f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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",
    "RegisterCustomCheckersTest.cpp",
    "StoreTest.cpp",
    "SymbolReaperTest.cpp",
  ]
}
OpenPOWER on IntegriCloud