don't run test libclc if not build

This commit is contained in:
Sylvestre Ledru 2022-04-14 09:47:52 +02:00
parent b4518ceab1
commit a2aac98d17

2
debian/rules vendored
View File

@ -1027,8 +1027,10 @@ endif
# MLIR
ninja $(VERBOSE) -C $(TARGET_BUILD_STAGE2) check-mlir || true
ifeq ($(LLVM_SPIRV_INSTALLED),yes)
# Libclc
ninja $(VERBOSE) -C libclc/build test || true
endif
# LLDB tests
ifeq (,$(filter $(DEB_HOST_ARCH), $(LLDB_DISABLE_ARCHS) armhf armel))