File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ DOSTMP_INFILES = $(DOSTMP_OUTFILES:.out=.in)
2727
2828.SUFFIXES : .in .out .res .vim
2929
30- # Must run test1 first to create small.vim.
31- $(SCRIPTS ) $(SCRIPTS_GUI ) $(SCRIPTS_WIN32 ) $(NEW_TESTS ) : $(SCRIPTS_FIRST )
32-
3330nongui : nolog $(SCRIPTS_FIRST ) $(SCRIPTS ) newtests report
3431
3532small : nolog report
@@ -67,6 +64,11 @@ $(TEST_OUTFILES): $(DOSTMP)\$(*B).in
6764 & echo $* FAILED >> test.log ) \
6865 else ( move /y test.out $* .out )
6966
67+ # Must run test1 first to create small.vim.
68+ # This rule must come after the one that copies the input files to dostmp to
69+ # allow for running an individual test.
70+ $(SCRIPTS ) $(SCRIPTS_GUI ) $(SCRIPTS_WIN32 ) $(NEW_TESTS ) : $(SCRIPTS_FIRST )
71+
7072report :
7173 @echo " "
7274 @echo Test results:
Original file line number Diff line number Diff line change @@ -741,6 +741,8 @@ static char *(features[]) =
741741
742742static int included_patches [] =
743743{ /* Add new patch number below this line */
744+ /**/
745+ 1002 ,
744746/**/
745747 1001 ,
746748/**/
You can’t perform that action at this time.
0 commit comments