Skip to content

Commit 723ef5d

Browse files
committed
patch 8.2.2535: MS-Windows: cannot run all vim9 tests
Problem: MS-Windows: cannot run all vim9 tests. Solution: Make test_vim9 target work.
1 parent a1070ea commit 723ef5d

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

src/Make_mvc.mak

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1489,6 +1489,16 @@ $(NEW_TESTS):
14891489
$(MAKE) /NOLOGO -f Make_dos.mak VIMPROG=..\$(VIMTESTTARGET) report
14901490
cd ..
14911491

1492+
# Run Vim9 tests.
1493+
# These do not depend on the executable, compile it when needed.
1494+
test_vim9:
1495+
cd testdir
1496+
-del test_vim9_*.res
1497+
$(MAKE) /NOLOGO -f Make_dos.mak VIMPROG=..\$(VIMTESTTARGET) nolog
1498+
$(MAKE) /NOLOGO -f Make_dos.mak VIMPROG=..\$(VIMTESTTARGET) $(TEST_VIM9_RES)
1499+
$(MAKE) /NOLOGO -f Make_dos.mak VIMPROG=..\$(VIMTESTTARGET) report
1500+
cd ..
1501+
14921502
###########################################################################
14931503

14941504
# Create a default rule for transforming .c files to .obj files in $(OUTDIR)

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,8 @@ static char *(features[]) =
750750

751751
static int included_patches[] =
752752
{ /* Add new patch number below this line */
753+
/**/
754+
2535,
753755
/**/
754756
2534,
755757
/**/

0 commit comments

Comments
 (0)