sys-devel/clang: Enable clangd tests

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-12-14 22:28:54 +01:00
parent 99ef9c62b5
commit f9cbb947d4
3 changed files with 6 additions and 3 deletions

View File

@@ -298,7 +298,8 @@ multilib_src_test() {
# respect TMPDIR!
local -x LIT_PRESERVES_TMP=1
cmake-utils_src_make check-clang
multilib_is_native_abi && cmake-utils_src_make check-clang-tools
multilib_is_native_abi &&
cmake-utils_src_make check-clang-tools check-clangd
}
src_install() {

View File

@@ -171,7 +171,8 @@ multilib_src_test() {
# respect TMPDIR!
local -x LIT_PRESERVES_TMP=1
cmake-utils_src_make check-clang
multilib_is_native_abi && cmake-utils_src_make check-clang-tools
multilib_is_native_abi &&
cmake-utils_src_make check-clang-tools check-clangd
}
src_install() {

View File

@@ -171,7 +171,8 @@ multilib_src_test() {
# respect TMPDIR!
local -x LIT_PRESERVES_TMP=1
cmake-utils_src_make check-clang
multilib_is_native_abi && cmake-utils_src_make check-clang-tools
multilib_is_native_abi &&
cmake-utils_src_make check-clang-tools check-clangd
}
src_install() {