Skip to content

Commit 2212c41

Browse files
committed
patch 7.4.1250
Problem: Running tests in shadow directory fails. Solution: Also link testdir/*.py
1 parent fcb1e3d commit 2212c41

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2012,6 +2012,7 @@ test_arglist \
20122012
test_assert \
20132013
test_backspace_opt \
20142014
test_cdo \
2015+
test_channel \
20152016
test_cursor_func \
20162017
test_delete \
20172018
test_expand \
@@ -2552,6 +2553,7 @@ shadow: runtime pixmaps
25522553
../../testdir/Make_all.mak \
25532554
../../testdir/*.in \
25542555
../../testdir/*.vim \
2556+
../../testdir/*.py \
25552557
../../testdir/python* \
25562558
../../testdir/sautest \
25572559
../../testdir/test83-tags? \

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,8 @@ static char *(features[]) =
742742

743743
static int included_patches[] =
744744
{ /* Add new patch number below this line */
745+
/**/
746+
1250,
745747
/**/
746748
1249,
747749
/**/

0 commit comments

Comments
 (0)