diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-04-24 02:56:15 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-04-24 02:56:15 +0000 |
commit | f25a793c056e008ae413381b4b4001152567b34a (patch) | |
tree | c4c856a8e5c9765f91ae258e46e8fa8412d4642c /converters | |
parent | d18a28208444bd53f78103e4a6de8edc898688a7 (diff) | |
download | pkgsrc-f25a793c056e008ae413381b4b4001152567b34a.tar.gz |
add test target to run self-tests (assists verification on various platforms)
Diffstat (limited to 'converters')
-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" |