Patch 8.2.2535
Problem: MS-Windows: cannot run all vim9 tests.
Solution: Make test_vim9 target work.
Files: src/Make_mvc.mak
*** ../vim-8.2.2534/src/Make_mvc.mak 2020-11-14 21:04:29.209262902 +0100
--- src/Make_mvc.mak 2021-02-20 16:34:28.669597296 +0100
***************
*** 1489,1494 ****
--- 1489,1504 ----
$(MAKE) /NOLOGO -f Make_dos.mak VIMPROG=..\$(VIMTESTTARGET) report
cd ..
+ # Run Vim9 tests.
+ # These do not depend on the executable, compile it when needed.
+ test_vim9:
+ cd testdir
+ -del test_vim9_*.res
+ $(MAKE) /NOLOGO -f Make_dos.mak VIMPROG=..\$(VIMTESTTARGET) nolog
+ $(MAKE) /NOLOGO -f Make_dos.mak VIMPROG=..\$(VIMTESTTARGET)
$(TEST_VIM9_RES)
+ $(MAKE) /NOLOGO -f Make_dos.mak VIMPROG=..\$(VIMTESTTARGET) report
+ cd ..
+
###########################################################################
# Create a default rule for transforming .c files to .obj files in $(OUTDIR)
*** ../vim-8.2.2534/src/version.c 2021-02-20 19:21:31.955986987 +0100
--- src/version.c 2021-02-20 20:13:06.197438639 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2535,
/**/
--
TIM: Too late.
ARTHUR: What?
TIM: There he is!
[They all turn, and see a large white RABBIT lollop a few yards out of the
cave. Accompanied by terrifying chord and jarring metallic monster noise.]
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ 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/202102201924.11KJOZYF3029678%40masaka.moolenaar.net.