mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 7.4.1250
Problem: Running tests in shadow directory fails. Solution: Also link testdir/*.py
This commit is contained in:
@@ -2012,6 +2012,7 @@ test_arglist \
|
|||||||
test_assert \
|
test_assert \
|
||||||
test_backspace_opt \
|
test_backspace_opt \
|
||||||
test_cdo \
|
test_cdo \
|
||||||
|
test_channel \
|
||||||
test_cursor_func \
|
test_cursor_func \
|
||||||
test_delete \
|
test_delete \
|
||||||
test_expand \
|
test_expand \
|
||||||
@@ -2552,6 +2553,7 @@ shadow: runtime pixmaps
|
|||||||
../../testdir/Make_all.mak \
|
../../testdir/Make_all.mak \
|
||||||
../../testdir/*.in \
|
../../testdir/*.in \
|
||||||
../../testdir/*.vim \
|
../../testdir/*.vim \
|
||||||
|
../../testdir/*.py \
|
||||||
../../testdir/python* \
|
../../testdir/python* \
|
||||||
../../testdir/sautest \
|
../../testdir/sautest \
|
||||||
../../testdir/test83-tags? \
|
../../testdir/test83-tags? \
|
||||||
|
@@ -742,6 +742,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1250,
|
||||||
/**/
|
/**/
|
||||||
1249,
|
1249,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user