diff options
author | dmcmahill <dmcmahill> | 2002-04-24 02:56:15 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2002-04-24 02:56:15 +0000 |
commit | 80a0965db9e323e74e063c946d223faf4698bfee (patch) | |
tree | c4c856a8e5c9765f91ae258e46e8fa8412d4642c /converters/libiconv | |
parent | 4b9960fe4b6803ffbc03697e0c71a81ca4192681 (diff) | |
download | pkgsrc-80a0965db9e323e74e063c946d223faf4698bfee.tar.gz |
add test target to run self-tests (assists verification on various platforms)
Diffstat (limited to 'converters/libiconv')
-rw-r--r-- | converters/libiconv/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 4364e025e27..9f3207157e3 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/10/30 17:41:19 drochner Exp $ +# $NetBSD: Makefile,v 1.7 2002/04/24 02:56:15 dmcmahill Exp $ # DISTNAME= libiconv-1.7 @@ -22,4 +22,7 @@ LIBTOOL_OVERRIDE+= ${WRKSRC}/libcharset/libtool PLIST_SRC= ${PKGDIR}/PLIST.${OPSYS} .endif +test: build + cd ${WRKSRC} && ${MAKE_ENV} ${MAKE_PROGRAM} check |& tee ${WRKDIR}/check.log + .include "../../mk/bsd.pkg.mk" |