summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2000-12-21 10:18:09 +0000
committerskrll <skrll@pkgsrc.org>2000-12-21 10:18:09 +0000
commit319ddf6615a867862f56cacedad5cd6719c5ca13 (patch)
tree60fae09470134f4fcf2ed2167ffcacb4f915ac0f /textproc
parent736b91b7575412c02b6c6be10c0eeddc77270147 (diff)
downloadpkgsrc-319ddf6615a867862f56cacedad5cd6719c5ca13.tar.gz
Add a test target to run the test programs.
All tests pass on i386/1.5
Diffstat (limited to 'textproc')
-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"