summaryrefslogtreecommitdiff
path: root/textproc/icu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/icu/Makefile')
-rw-r--r--textproc/icu/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile
index 4af7868e6c6..1f7b52262b4 100644
--- a/textproc/icu/Makefile
+++ b/textproc/icu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/12/20 18:27:59 skrll Exp $
+# $NetBSD: Makefile,v 1.2 2000/12/21 10:18:09 skrll Exp $
#
DISTNAME= icu-1.6
@@ -29,4 +29,7 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/icu
${INSTALL_DATA} ${WRKDIR}/icu/docs/* ${PREFIX}/share/doc/html/icu
+test: build
+ cd ${WRKSRC} && ${MAKE_PROGRAM} check
+
.include "../../mk/bsd.pkg.mk"