From 319ddf6615a867862f56cacedad5cd6719c5ca13 Mon Sep 17 00:00:00 2001 From: skrll Date: Thu, 21 Dec 2000 10:18:09 +0000 Subject: Add a test target to run the test programs. All tests pass on i386/1.5 --- textproc/icu/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3