#!/usr/bin/make -f

export PYBUILD_NAME=bcrypt

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

override_dh_auto_test:
	dh_auto_test -- --system=custom --test-args='{interpreter} {dir}/test/test.py'
