#!/usr/bin/make -f %: dh $@ --buildsystem=pybuild override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) PYTHONPATH=. python3 test_expecttest.py endif