]> granicus.if.org Git - vim/commitdiff
patch 7.4.2053 v7.4.2053
authorBram Moolenaar <Bram@vim.org>
Sat, 16 Jul 2016 18:43:14 +0000 (20:43 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 16 Jul 2016 18:43:14 +0000 (20:43 +0200)
Problem:    Can't run scripttests in the top directory.
Solution:   Add targets to the top Makefile.

Makefile
src/version.c

index 2c7e5a285e54631524e1bd9fd4df5cd36e5213d1..df9bb88875b34da02050aa91b4a9ba40fe668129 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ first:
 
 # Some make programs use the last target for the $@ default; put the other
 # targets separately to always let $@ expand to "first" by default.
-all install uninstall tools config configure reconfig proto depend lint tags types test testclean clean distclean:
+all install uninstall tools config configure reconfig proto depend lint tags types test scripttests unittests testclean clean distclean:
        @if test ! -f src/auto/config.mk; then \
                cp src/config.mk.dist src/auto/config.mk; \
        fi
index d9701fe19cbb64df7f1a80ca72169162c18b9b2e..570dd45252d4dbcab9e9114cd5023ec5e9981cf8 100644 (file)
@@ -758,6 +758,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2053,
 /**/
     2052,
 /**/