Files
ports/tests/framework.mk
T

14 lines
329 B
Makefile

PORTNAME= framework-test
PORTVERSION= 1.0.0
CATEGORIES= tests
MASTER_SITES= http://example.invalid/
DISTFILES= framework-test.c
NO_EXTRACT= yes
.include "${.PARSEDIR}/../ports/Mk/mouse.port.mk"
check:
@test "${PORTNAME}" = framework-test
@test "${PORTSDIR}" = "${.CURDIR}/ports"
@test "${PORTORIGIN}" = tests/framework-test