#!/usr/bin/make -f

export PYBUILD_INSTALL_ARGS=--install-scripts=/usr/share/nagstamon

export PYBUILD_TEST_CUSTOM=1
export PYBUILD_TEST_ARGS={interpreter} -m unittest tests/test_smoke.py

%:
	dh $@ --buildsystem=pybuild
