PKG_LIB_DIR = .

CWD = ${notdir $(shell pwd)}
TEST_MODULE = ${CWD}.py
TEST_DEPEND = _${CWD}.so

PYTHONPATH := .:${PYTHONPATH}
export PYTHONPATH
