Codebase list loguru / bf21bda
d/rules: respect nocheck for build time tests Nilesh Patra 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
88 dh $@ --with python3 --buildsystem=pybuild
99
1010 override_dh_auto_test:
11 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))
11 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
1212 dh_auto_test
1313 endif