#!/usr/bin/make -f

export PYBUILD_TEST_CUSTOM = 1
export PYBUILD_TEST_ARGS = {interpreter} -m pytest --verbose test/PyGLM_test.py

%:
	dh $@ --buildsystem=pybuild
