# HG changeset patch # User Christian Brabandt # Date 1454533205 -3600 # Node ID a343a738010e0dd632be30d7e2a02a955dc405ed # Parent 16dffaae2a44c8220c8095d1090b61ff42a1a1e6 commit https://github.com/vim/vim/commit/2212c4154cde0641225782cc4dd1a6483ff2ff35 Author: Bram Moolenaar 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 diff --git a/src/Makefile b/src/Makefile --- 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? \ diff --git a/src/version.c b/src/version.c --- 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,