1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Test target added.

PR:		47825
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
This commit is contained in:
Norikatsu Shigemura 2003-02-04 12:29:28 +00:00
parent 0efc25208c
commit 140a7e877b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74653

View File

@ -55,4 +55,9 @@ install-sample-files:
@${INSTALL_DATA} ${WRKSRC}/testsuite/${file} ${SAMP_DIR}/${file}
.endfor
# Maintainer only
#
test:
@cd ${WRKSRC}/testsuite; ${MAKE} check
.include <bsd.port.mk>