forked from aniani/vim
updated for version 7.2-015
This commit is contained in:
@@ -26,15 +26,17 @@ SCRIPTS_GUI = test16.out
|
|||||||
|
|
||||||
.SUFFIXES: .in .out
|
.SUFFIXES: .in .out
|
||||||
|
|
||||||
nongui: nolog $(SCRIPTS)
|
nongui: nolog $(SCRIPTS) report
|
||||||
@echo
|
|
||||||
@cat test.log
|
|
||||||
@echo ALL DONE
|
|
||||||
|
|
||||||
gui: nolog $(SCRIPTS) $(SCRIPTS_GUI)
|
gui: nolog $(SCRIPTS) $(SCRIPTS_GUI) report
|
||||||
|
|
||||||
|
report:
|
||||||
@echo
|
@echo
|
||||||
@cat test.log
|
@echo 'Test results:'
|
||||||
@echo ALL DONE
|
@/bin/sh -c "if test -f test.log; \
|
||||||
|
then cat test.log; echo TEST FAILURE; exit 1; \
|
||||||
|
else echo ALL DONE; \
|
||||||
|
fi"
|
||||||
|
|
||||||
$(SCRIPTS) $(SCRIPTS_GUI): $(VIMPROG)
|
$(SCRIPTS) $(SCRIPTS_GUI): $(VIMPROG)
|
||||||
|
|
||||||
@@ -71,4 +73,4 @@ test49.out: test49.vim
|
|||||||
test60.out: test60.vim
|
test60.out: test60.vim
|
||||||
|
|
||||||
nolog:
|
nolog:
|
||||||
-echo Test results: >test.log
|
-rm -f test.log
|
||||||
|
@@ -676,6 +676,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
15,
|
||||||
/**/
|
/**/
|
||||||
14,
|
14,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user