BUILD.gn
462 Bytes
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 = [
# Make `gn format` not collapse this, for sync_source_lists_from_cmake.py.
"ConversionTests.cpp",
]
}