Patch 9.0.0938
Problem: MS-Windows: debug executable not found when running test.
Solution: Look for vimd.exe. (Christopher Plewright, closes #11602)
Files: src/testdir/Make_mvc.mak
*** ../vim-9.0.0937/src/testdir/Make_mvc.mak 2022-09-23 19:42:27.814236815
+0100
--- src/testdir/Make_mvc.mak 2022-11-24 12:18:01.096533705 +0000
***************
*** 3,9 ****
--- 3,15 ----
#
# 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
*** ../vim-9.0.0937/src/version.c 2022-11-24 12:01:41.767401855 +0000
--- src/version.c 2022-11-24 12:19:12.900570102 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 938,
/**/
--
hundred-and-one symptoms of being an internet addict:
129. You cancel your newspaper subscription.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20221124122014.EBF5F1C091A%40moolenaar.net.