diff options
author | obache <obache@pkgsrc.org> | 2008-08-10 01:19:46 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-08-10 01:19:46 +0000 |
commit | 9ca5ce1377dbab08b2588c4e9d73e5b11ba733e3 (patch) | |
tree | 919a5080aa45ffad88f257a1174a55f5b78c4e6f /textproc/oniguruma | |
parent | 841292b818d1fcdd67ea21845218d398514534f3 (diff) | |
download | pkgsrc-9ca5ce1377dbab08b2588c4e9d73e5b11ba733e3.tar.gz |
Add test target.
Diffstat (limited to 'textproc/oniguruma')
-rw-r--r-- | textproc/oniguruma/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/oniguruma/Makefile b/textproc/oniguruma/Makefile index ec02327fcb0..3197ceae9ab 100644 --- a/textproc/oniguruma/Makefile +++ b/textproc/oniguruma/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/08/09 17:33:22 ahoka Exp $ +# $NetBSD: Makefile,v 1.2 2008/08/10 01:19:46 obache Exp $ # DISTNAME= onig-5.9.1 @@ -15,4 +15,6 @@ COMMENT= Regular expressions library GNU_CONFIGURE= yes USE_LIBTOOL= yes +TEST_TARGET= atest + .include "../../mk/bsd.pkg.mk" |