]> granicus.if.org Git - vim/commitdiff
patch 9.0.0938: MS-Windows: debug executable not found when running test v9.0.0938
authorChristopher Plewright <chris@createng.com>
Thu, 24 Nov 2022 12:19:50 +0000 (12:19 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 24 Nov 2022 12:19:50 +0000 (12:19 +0000)
Problem:    MS-Windows: debug executable not found when running test.
Solution:   Look for vimd.exe. (Christopher Plewright, closes #11602)

src/testdir/Make_mvc.mak
src/version.c

index cbb21712ae8716424315c7dce33a82a37cf40ea7..318cd4a16cb522cea82b24e3052fd803008c87bf 100644 (file)
@@ -3,7 +3,13 @@
 #
 # Requires a set of Unix tools: echo, diff, etc.
 
+# Testing may be done with a debug build 
+!IF EXIST(..\\vimd.exe) && !EXIST(..\\vim.exe)
+VIMPROG = ..\\vimd
+!ELSE
 VIMPROG = ..\\vim
+!ENDIF
+
 
 default: nongui
 
index c4d35c3b135de82ad1736ae7a966a9a66f1cf355..ca0ea28f7cbba44b4dfe6b94e031b6cbe525b492 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    938,
 /**/
     937,
 /**/