#!/usr/bin/make -f
# -*- makefile -*-

#export DH_VERBOSE=1
export PYBUILD_NAME=ofxclient
export PYBUILD_TEST_ARGS=-v $(wildcard tests/*.py)


%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_test:
	env -u XDG_RUNTIME_DIR -u DBUS_SESSION_BUS_ADDRESS dh_auto_test
