#!/usr/bin/make -f

# We can't rely on pybuild for this, as it follows symlinks rather than copying
# them.
export PYBUILD_BEFORE_TEST=cp -a {dir}/tests {build_dir}/tests
export PYBUILD_AFTER_TEST=rm -rf {build_dir}/tests

%:
	dh $@ --buildsystem=pybuild
