1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

- Added target for regression-test

- This also resulted in cleanups to the build
- No functional change

PR:		124785
Submitted by:	Pedro F. Giffuni <giffunip@tutopia.com>
This commit is contained in:
Martin Wilke 2008-06-21 09:17:06 +00:00
parent 1eb537d13a
commit c06a438c9b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215443
2 changed files with 6 additions and 0 deletions

View File

@ -71,4 +71,7 @@ post-install:
@${STRIP_CMD} ${PREFIX}/bin/${i}
.endfor
regression-test: build
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
.include <bsd.port.post.mk>

View File

@ -71,4 +71,7 @@ post-install:
@${STRIP_CMD} ${PREFIX}/bin/${i}
.endfor
regression-test: build
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
.include <bsd.port.post.mk>