archivers/zpaqfranz: add do-test target

run `zpaqfranz autotest -all' as do-test which is an "operationasl self
test".  no changes to the package; ok maintainer.
This commit is contained in:
op 2022-09-06 07:07:39 +00:00
parent 7c3676f094
commit 26dc415ec0

View File

@ -23,9 +23,10 @@ MAKE_FLAGS += CXX="${CXX}" \
CPPFLAGS += -Dunix
USE_WXNEEDED= Yes
NO_TEST = yes
post-install:
${INSTALL_MAN} ${WRKSRC}/man/zpaqfranz.1 ${PREFIX}/man/man1/
do-test:
${WRKBUILD}/zpaqfranz autotest -all
.include <bsd.port.mk>