#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_test:
	AUTOMATED_TESTING=1 MANIFEST_WARN_ONLY=1 dh_auto_test
