diff options
author | skrll <skrll@pkgsrc.org> | 2000-12-21 10:18:09 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2000-12-21 10:18:09 +0000 |
commit | 319ddf6615a867862f56cacedad5cd6719c5ca13 (patch) | |
tree | 60fae09470134f4fcf2ed2167ffcacb4f915ac0f | |
parent | 736b91b7575412c02b6c6be10c0eeddc77270147 (diff) | |
download | pkgsrc-319ddf6615a867862f56cacedad5cd6719c5ca13.tar.gz |
Add a test target to run the test programs.
All tests pass on i386/1.5
-rw-r--r-- | textproc/icu/Makefile | 5 |
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" |