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

unittest("ClangdXpcTests") {
  configs += [ "//llvm/utils/gn/build:clang_code" ]
  deps = [
    "//clang-tools-extra/clangd",
    "//clang-tools-extra/clangd/xpc:conversions",
    "//llvm/lib/Support",
    "//llvm/lib/Testing/Support",
  ]
  include_dirs = [ "//clang-tools-extra/clangd" ]
  sources = [
    "ConversionTests.cpp",
  ]
}
OpenPOWER on IntegriCloud