#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk

binary-install/python-tickcount::
	PYTHONPATH=$(cdbs_python_destdir)usr/lib/python$(cdbs_python_current_version)/dist-packages python test_tickcount.py
