0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 7.4.1020

Problem:    On MS-Windows there is no target to run tests with gvim.
Solution:   Add the testgvim target.
This commit is contained in:
Bram Moolenaar 2016-01-01 17:49:44 +01:00
parent 40a346dc19
commit 7eae47af89
2 changed files with 7 additions and 0 deletions

View 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

View File

@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1020,
/**/
1019,
/**/