summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorskrll <skrll>2000-12-21 10:18:09 +0000
committerskrll <skrll>2000-12-21 10:18:09 +0000
commitaa7cc845eb7c49fb8884424724366c429d357ed2 (patch)
tree60fae09470134f4fcf2ed2167ffcacb4f915ac0f /textproc
parentda8cc37e9d12c62ef41fa0b00b521b21fe57bdc3 (diff)
downloadpkgsrc-aa7cc845eb7c49fb8884424724366c429d357ed2.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"