forked from aniani/vim
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:
@@ -1027,6 +1027,11 @@ test:
|
|||||||
$(MAKE) /NOLOGO -f Make_dos.mak win32
|
$(MAKE) /NOLOGO -f Make_dos.mak win32
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
testgvim:
|
||||||
|
cd testdir
|
||||||
|
$(MAKE) /NOLOGO -f Make_dos.mak VIMPROG=..\gvim win32
|
||||||
|
cd ..
|
||||||
|
|
||||||
testclean:
|
testclean:
|
||||||
cd testdir
|
cd testdir
|
||||||
$(MAKE) /NOLOGO -f Make_dos.mak clean
|
$(MAKE) /NOLOGO -f Make_dos.mak clean
|
||||||
|
@@ -741,6 +741,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 */
|
||||||
|
/**/
|
||||||
|
1020,
|
||||||
/**/
|
/**/
|
||||||
1019,
|
1019,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user