Michael R. Crusoe pushed to branch master at Debian Med / libthread-pool

Commits:
aaea68ed by Michael R. Crusoe at 2019-02-15T16:43:47Z
respect nocheck

- - - - -


2 changed files:

- debian/control
- debian/rules


Changes:

=====================================
debian/control
=====================================
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 11~),
                cmake,
                d-shlibs,
                rename,
-               googletest
+               googletest <!nocheck>
 Standards-Version: 4.3.0
 Vcs-Browser: https://salsa.debian.org/med-team/libthread-pool
 Vcs-Git: https://salsa.debian.org/med-team/libthread-pool.git


=====================================
debian/rules
=====================================
@@ -14,7 +14,9 @@ override_dh_auto_configure:
        dh_auto_configure -- -Dthread_pool_build_tests=ON
 
 override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
        ./obj-*/bin/thread_pool_test
+endif
 
 override_dh_install:
        dh_install



View it on GitLab: 
https://salsa.debian.org/med-team/libthread-pool/commit/aaea68edb31ef65037ead8da0abe67638639a8bd

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/libthread-pool/commit/aaea68edb31ef65037ead8da0abe67638639a8bd
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to