File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change @@ -750,6 +750,8 @@ static char *(features[]) =
750750
751751static int included_patches [] =
752752{ /* Add new patch number below this line */
753+ /**/
754+ 2535 ,
753755/**/
754756 2534 ,
755757/**/
You can’t perform that action at this time.
0 commit comments