From 33388c39899f39d4f1dd58de6593c4e300e73409 Mon Sep 17 00:00:00 2001 From: heinz Date: Fri, 10 Feb 2006 20:56:57 +0000 Subject: Enabled tests by adding TEST_TARGET. --- editors/vim/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'editors/vim') diff --git a/editors/vim/Makefile b/editors/vim/Makefile index e47d77274fd..da7b8e6b1b0 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2005/10/23 14:13:50 rillig Exp $ +# $NetBSD: Makefile,v 1.64 2006/02/10 20:56:57 heinz Exp $ PKGNAME= vim-${VIM_VERSION}.${VIM_PATCHLEVEL} #PKGREVISION= 1 @@ -17,6 +17,7 @@ CONFIGURE_ARGS+= --with-tlib=ncurses BUILD_TARGET= vim INSTALL_TARGET= installvimbin +TEST_TARGET= check post-install: for f in rvim rview ; do \ -- cgit v1.2.3