mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -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:
@@ -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
|
||||
|
Reference in New Issue
Block a user