nocheck in DEB_BUILD_OPTIONS if you run your own tests:
%CODE{lang="makefile"}%
.PHONY: override_dh_auto_test
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
set -e; ... run tests here ...
endif
%ENDCODE%
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.