File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ VIM_FOR_SYNTAXTEST = ../../src/vim
66
66
syntaxtest :
67
67
cd runtime/syntax && \
68
68
$(MAKE ) clean && \
69
- $(MAKE ) test VIM =" $( VIM_FOR_SYNTAXTEST) "
69
+ $(MAKE ) test VIMPROG =" $( VIM_FOR_SYNTAXTEST) "
70
70
71
71
72
72
# ########################################################################
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ VIMRUNTIME = ../..
11
11
12
12
# ENVVARS = LC_ALL=C LANG=C LANGUAGE=C
13
13
14
- RUN_VIMTEST = VIMRUNTIME=$(VIMRUNTIME ) $(VALGRIND ) $(ENVVARS ) $(VIMPROG ) -f $(GUI_FLAG )
14
+ RUN_VIMTEST = VIMRUNTIME=$(VIMRUNTIME ) $(VALGRIND ) $(ENVVARS ) ../ $(VIMPROG ) -f $(GUI_FLAG )
15
15
16
16
# Run the tests that didn't run yet or failed previously.
17
17
# If a test succeeds a testdir/done/{name} file will be written.
18
18
# If a test fails a testdir/failed/{name}.dump file will be written.
19
19
test :
20
20
@# the "vimcmd" file is used by the screendump utils
21
- @echo " $( VIMPROG) " > testdir/vimcmd
21
+ @echo " ../ $( VIMPROG) " > testdir/vimcmd
22
22
@echo " $( RUN_VIMTEST) " >> testdir/vimcmd
23
23
VIMRUNTIME=$(VIMRUNTIME ) $(VIMPROG ) --clean --not-a-term -u testdir/runtest.vim
24
24
Original file line number Diff line number Diff line change @@ -695,6 +695,8 @@ static char *(features[]) =
695
695
696
696
static int included_patches [] =
697
697
{ /* Add new patch number below this line */
698
+ /**/
699
+ 1628 ,
698
700
/**/
699
701
1627 ,
700
702
/**/
You can’t perform that action at this time.
0 commit comments