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