From 006aa4f096b8f72ee6f54e7b3e531aa26300b373 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 11 Jun 2016 20:23:17 +0000 Subject: [PATCH] only run lldb when doing the code coverage (too many issues otherwise) --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index d7fb9ba0..de8a9656 100755 --- a/debian/rules +++ b/debian/rules @@ -484,8 +484,10 @@ endif # LLDB tests (CMake) ifeq (,$(filter $(DEB_HOST_ARCH), $(LLDB_DISABLE_ARCHS) armhf armel)) +ifneq (,$(filter codecoverage,$(DEB_BUILD_OPTIONS))) $(MAKE) $(NJOBS) -C $(TARGET_BUILD) check-lldb || true endif +endif # Polly tests (CMake) ifeq (${POLLY_ENABLE},yes)