summaryrefslogtreecommitdiffstats
path: root/llvm/utils/gn/secondary/clang-tools-extra/unittests/BUILD.gn
blob: ab8c48d0a1c634140498897b6eabb66926326ae8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import("//clang-tools-extra/clangd/xpc/enable.gni")

group("unittests") {
  deps = [
    "clang-apply-replacements:ClangApplyReplacementsTests",
    "clang-change-namespace:ClangChangeNamespaceTests",
    "clang-doc:ClangDocTests",
    "clang-include-fixer:ClangIncludeFixerTests",
    "clang-include-fixer/find-all-symbols:FindAllSymbolsTests",
    "clang-move:ClangMoveTests",
    "clang-query:ClangQueryTests",
    "clang-tidy:ClangTidyTests",
  ]
  testonly = true
}
OpenPOWER on IntegriCloud