only run lldb when doing the code coverage (too many issues otherwise)

This commit is contained in:
Sylvestre Ledru 2016-06-11 20:23:15 +00:00
parent 7b03198320
commit bf21400ea9

2
debian/rules vendored
View File

@ -442,8 +442,10 @@ endif
# LLDB tests (CMake)
ifeq (,$(filter $(DEB_HOST_ARCH), $(LLDB_DISABLE_ARCHS) armhf armel))
ifneq (,$(filter codecoverage,$(DEB_BUILD_OPTIONS)))
LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$(CURDIR)/$(TARGET_BUILD)/lib/ $(MAKE) $(NJOBS) -C $(TARGET_BUILD) check-lldb || true
endif
endif
# Polly tests (CMake)
ifeq (${POLLY_ENABLE},yes)