#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_test:
	xvfb-run -a -n 1 -s '-screen 0 1280x1024x24 -dpi 96' dh_auto_test
