]> granicus.if.org Git - vim/commitdiff
patch 7.4.1020 v7.4.1020
authorBram Moolenaar <Bram@vim.org>
Fri, 1 Jan 2016 16:49:44 +0000 (17:49 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 1 Jan 2016 16:49:44 +0000 (17:49 +0100)
Problem:    On MS-Windows there is no target to run tests with gvim.
Solution:   Add the testgvim target.

src/Make_mvc.mak
src/version.c

index c5c0a1220ad4861eaaf69541bbf4316f1192fbd6..ebbe2797c17f7e485d55360827d4c085bf3e28f2 100644 (file)
@@ -1027,6 +1027,11 @@ test:
        $(MAKE) /NOLOGO -f Make_dos.mak win32
        cd ..
 
+testgvim:
+       cd testdir
+       $(MAKE) /NOLOGO -f Make_dos.mak VIMPROG=..\gvim win32
+       cd ..
+
 testclean:
        cd testdir
        $(MAKE) /NOLOGO -f Make_dos.mak clean
index 70c54aa47d811b6403ef78ed29fada21d3b88625..a2eded595a1c95ce6baf12098eb40cdbcf9f4225 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1020,
 /**/
     1019,
 /**/