aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/gsed/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile
index a7968a1fd8e1..ee95b865d962 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>