[med-svn] [Git][med-team/libthread-pool][master] respect nocheck
Michael R. Crusoe
gitlab at salsa.debian.org
Fri Feb 15 18:08:18 GMT 2019
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190215/24e2767f/attachment-0001.html>
More information about the debian-med-commit
mailing list