diff src/Make_mvc.mak @ 29128:d8a962d7b008 v8.2.5084

patch 8.2.5084: when the GUI shows a dialog tests get stuck Commit: https://github.com/vim/vim/commit/2d12c25a1b73fb6991006fd970b3132ab8ee8b62 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 13 21:42:45 2022 +0100 patch 8.2.5084: when the GUI shows a dialog tests get stuck Problem: When the GUI shows a dialog tests get stuck. Solution: Add the --gui-dialog-file argument.
author Bram Moolenaar <Bram@vim.org>
date Mon, 13 Jun 2022 22:45:06 +0200
parents ef7d9789919d
children ba9d53c7c509
line wrap: on
line diff
--- a/src/Make_mvc.mak
+++ b/src/Make_mvc.mak
@@ -1466,7 +1466,7 @@ test:
 	$(MAKE) /NOLOGO -f Make_dos.mak
 	cd ..
 
-testgvim:
+testgvim testgui:
 	cd testdir
 	$(MAKE) /NOLOGO -f Make_dos.mak VIMPROG=..\gvim
 	cd ..