mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 02:46:05 +00:00
[clangd][xpc] Fix XPC unittests
Fix build after recent changes in clangd tests & add xpc unittests to check-clangd target. Differential Revision: https://reviews.llvm.org/D61271 llvm-svn: 359489
This commit is contained in:
parent
1303f90d49
commit
fd76383d76
@ -8,6 +8,7 @@ set(CLANGD_TEST_DEPS
|
||||
|
||||
if(CLANGD_BUILD_XPC)
|
||||
list(APPEND CLANGD_TEST_DEPS clangd-xpc-test-client)
|
||||
list(APPEND CLANGD_TEST_DEPS ClangdXpcUnitTests)
|
||||
endif()
|
||||
|
||||
foreach(dep FileCheck count not)
|
||||
|
@ -8,7 +8,8 @@ include_directories(
|
||||
${CLANGD_SOURCE_DIR}
|
||||
)
|
||||
|
||||
add_extra_unittest(ClangdXpcTests
|
||||
add_custom_target(ClangdXpcUnitTests)
|
||||
add_unittest(ClangdXpcUnitTests ClangdXpcTests
|
||||
ConversionTests.cpp
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user