summaryrefslogtreecommitdiff
path: root/textproc/oniguruma
diff options
context:
space:
mode:
authorobache <obache>2008-08-10 01:19:46 +0000
committerobache <obache>2008-08-10 01:19:46 +0000
commitf5d94ef1545ef595b48c83f7323cf098f7ac0638 (patch)
tree919a5080aa45ffad88f257a1174a55f5b78c4e6f /textproc/oniguruma
parent003d1e75091a6aee08a8e0fa52d9651591ea7e15 (diff)
downloadpkgsrc-f5d94ef1545ef595b48c83f7323cf098f7ac0638.tar.gz
Add test target.
Diffstat (limited to 'textproc/oniguruma')
-rw-r--r--textproc/oniguruma/Makefile4
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"