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

Add optional regression tests

PR:		ports/124918
Submitted by:	Pedro F. Giffuni
This commit is contained in:
Johan van Selst 2008-06-26 12:28:08 +00:00
parent 4a427cfc1f
commit 707ff2dd86
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215797

View File

@ -56,4 +56,10 @@ post-install:
${INSTALL_DATA} $$f ${PREFIX}/${INFO_PATH}; \
done
# Hidden by default: this requires an X terminal to run all checks
.ifdef MAINTAINER_MODE
regression-test: build
(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} check)
.endif
.include <bsd.port.mk>