changeset 7908:a343a738010e v7.4.1250

commit https://github.com/vim/vim/commit/2212c4154cde0641225782cc4dd1a6483ff2ff35 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 3 21:45:27 2016 +0100 patch 7.4.1250 Problem: Running tests in shadow directory fails. Solution: Also link testdir/*.py
author Christian Brabandt <cb@256bit.org>
date Wed, 03 Feb 2016 22:00:05 +0100
parents 16dffaae2a44
children 6dee75491f5d
files src/Makefile src/version.c
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile
+++ b/src/Makefile
@@ -2012,6 +2012,7 @@ test_arglist \
 	test_assert \
 	test_backspace_opt \
 	test_cdo \
+	test_channel \
 	test_cursor_func \
 	test_delete \
 	test_expand \
@@ -2552,6 +2553,7 @@ shadow:	runtime pixmaps
 				 ../../testdir/Make_all.mak \
 				 ../../testdir/*.in \
 				 ../../testdir/*.vim \
+				 ../../testdir/*.py \
 				 ../../testdir/python* \
 				 ../../testdir/sautest \
 				 ../../testdir/test83-tags? \
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1250,
+/**/
     1249,
 /**/
     1248,