diff options
author | nork <nork@FreeBSD.org> | 2003-02-04 12:29:28 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-02-04 12:29:28 +0000 |
commit | e617678fcf00fab418c28adab80f0d4d8e8e55da (patch) | |
tree | 223caf221ced155b3ac21886d7a38278a07d309d /textproc | |
parent | 1fb2dc76cc8b75b0171e514b43901eddc2feb0cf (diff) | |
download | FreeBSD-ports-e617678fcf00fab418c28adab80f0d4d8e8e55da.zip FreeBSD-ports-e617678fcf00fab418c28adab80f0d4d8e8e55da.tar.gz |
Test target added.
PR: 47825
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gsed/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile index a7968a1..ee95b86 100644 --- a/textproc/gsed/Makefile +++ b/textproc/gsed/Makefile @@ -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> |