Add test target.

This commit is contained in:
obache 2008-08-10 01:19:46 +00:00
parent d76bf44779
commit 14e407fbae

View file

@ -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"