Codebase list node-compare-versions / 2bedae2
Check DEB_BUILD_OPTIONS for nocheck in override_dh_auto_test Julien Puydt 5 years ago
1 changed file(s) with 4 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
22 %:
33 dh $@
44
5 override_dh_auto_test:
6 mocha
5 override_auto_test:
6 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS) $(DEB_BUILD_PROFILES)))
7 mocha
8 endif