#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_test:
	# TEST_POD_COVERAGE=1: coverage tests fail
	TEST_POD=1 dh_auto_test
