- Add regression-test target

PR:		130356
Submitted by:	"Pedro F. Giffuni" <giffunip at tutopia dot com>
This commit is contained in:
Dmitry Marakasov 2009-01-11 23:53:33 +00:00
parent 105ca8a2a8
commit 9c7f3e7fd4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225794

View file

@ -61,4 +61,7 @@ post-install:
.endif .endif
.endif .endif
regression-test: build
@cd ${WRKSRC}/tests && ${SETENV} ${MAKE_ENV} ${MAKE} check
.include <bsd.port.post.mk> .include <bsd.port.post.mk>