[libc] Workaround for gcc complaining about implicit conversions with the ternary...
[llvm-project.git] / llvm / utils / gn / secondary / clang-tools-extra / clangd / unittests / xpc / BUILD.gn
blob9d12a5c80f5ccef7e9d8080a0fc4c0d538533163
1 import("//third-party/unittest/unittest.gni")
3 unittest("ClangdXpcTests") {
4   configs += [ "//llvm/utils/gn/build:clang_code" ]
5   deps = [
6     "//clang-tools-extra/clangd",
7     "//clang-tools-extra/clangd/xpc:conversions",
8     "//llvm/lib/Support",
9     "//llvm/lib/Testing/Support",
10   ]
11   include_dirs = [ "//clang-tools-extra/clangd" ]
12   sources = [ "ConversionTests.cpp" ]