#!/usr/bin/make -f

export PYBUILD_NAME = fastmolwidget

%:
	dh $@ --buildsystem pybuild

override_dh_auto_test:
	xvfb-run dh_auto_test
