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:
parent
4a427cfc1f
commit
707ff2dd86
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215797
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user