#! /usr/bin/make -f

export PYBUILD_NAME=librt
export PYBUILD_TEST_ARGS=smoke_tests.py

%:
	dh $@ --buildsystem=pybuild
