#--*- Makefile -*--

PKG_NAME ?= $(shell pwd | xargs dirname | xargs basename)

VERSION_SCRIPT = ${PKG_NAME}-version

TEST_PREREQUISITES += ${VERSION_SCRIPT}
