commit | 7eae47af89580df07a72079405a0e7b8aad784a8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 01 17:49:44 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 01 17:49:44 2016 +0100 |
tree | 6127d9929e12a5cd547351ab4081859413ad8f49 | |
parent | 40a346dc19a75f2be1b2d491053487cf365dd7d4 [diff] [blame] |
patch 7.4.1020 Problem: On MS-Windows there is no target to run tests with gvim. Solution: Add the testgvim target.
diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak index c5c0a12..ebbe279 100644 --- a/src/Make_mvc.mak +++ b/src/Make_mvc.mak
@@ -1027,6 +1027,11 @@ $(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