]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 7.4.1250 v7.4.1250
authorBram Moolenaar <Bram@vim.org>
Wed, 3 Feb 2016 20:45:27 +0000 (21:45 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 3 Feb 2016 20:45:27 +0000 (21:45 +0100)
Problem:    Running tests in shadow directory fails.
Solution:   Also link testdir/*.py

src/Makefile
src/version.c

index 93a889831bab5f9f3df81b83d8ab75f503df1afc..8985e40f42b116b307b0a160057f7b95fa5b1e86 100644 (file)
@@ -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? \
index d06e1617bd6fa44e3c56c5a7a9fdae4df0f72e0e..4af96f156d7f540f0d481b0c8b4df3c3f22e908f 100644 (file)
@@ -742,6 +742,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1250,
 /**/
     1249,
 /**/