- Add regression tests by target "test"

This commit is contained in:
Dirk Meyer 2003-03-23 04:56:27 +00:00
parent ede342929a
commit 2268d2252f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77195

View File

@ -49,4 +49,8 @@ post-install:
install-info ${PREFIX}/info/lsh.info ${PREFIX}/info/dir
install-info ${PREFIX}/info/nettle.info ${PREFIX}/info/dir
test:
(cd ${WRKSRC}/src/testsuite && ${SETENV} ${MAKE_ENV} \
${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
.include <bsd.port.post.mk>