mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 7.4.943
Problem: Tests are not run. Solution: Add test_writefile to makefiles. (Ken Takata)
This commit is contained in:
parent
60422e68a3
commit
48a969b488
@ -68,7 +68,8 @@ SCRIPTS = test1.out test3.out test4.out test5.out test6.out \
|
|||||||
test_signs.out \
|
test_signs.out \
|
||||||
test_tagcase.out \
|
test_tagcase.out \
|
||||||
test_textobjects.out \
|
test_textobjects.out \
|
||||||
test_utf8.out
|
test_utf8.out \
|
||||||
|
test_writefile.out
|
||||||
|
|
||||||
.SUFFIXES: .in .out
|
.SUFFIXES: .in .out
|
||||||
|
|
||||||
@ -225,3 +226,4 @@ test_signs.out: test_signs.in
|
|||||||
test_tagcase.out: test_tagcase.in
|
test_tagcase.out: test_tagcase.in
|
||||||
test_textobjects.out: test_textobjects.in
|
test_textobjects.out: test_textobjects.in
|
||||||
test_utf8.out: test_utf8.in
|
test_utf8.out: test_utf8.in
|
||||||
|
test_writefile.out: test_writefile.in
|
||||||
|
@ -67,7 +67,8 @@ SCRIPTS = test3.out test4.out test5.out test6.out test7.out \
|
|||||||
test_signs.out \
|
test_signs.out \
|
||||||
test_tagcase.out \
|
test_tagcase.out \
|
||||||
test_textobjects.out \
|
test_textobjects.out \
|
||||||
test_utf8.out
|
test_utf8.out \
|
||||||
|
test_writefile.out
|
||||||
|
|
||||||
SCRIPTS32 = test50.out test70.out
|
SCRIPTS32 = test50.out test70.out
|
||||||
|
|
||||||
|
@ -89,7 +89,8 @@ SCRIPTS = test3.out test4.out test5.out test6.out test7.out \
|
|||||||
test_signs.out \
|
test_signs.out \
|
||||||
test_tagcase.out \
|
test_tagcase.out \
|
||||||
test_textobjects.out \
|
test_textobjects.out \
|
||||||
test_utf8.out
|
test_utf8.out \
|
||||||
|
test_writefile.out
|
||||||
|
|
||||||
SCRIPTS32 = test50.out test70.out
|
SCRIPTS32 = test50.out test70.out
|
||||||
|
|
||||||
|
@ -69,7 +69,8 @@ SCRIPTS = test1.out test3.out test4.out test5.out test6.out \
|
|||||||
test_signs.out \
|
test_signs.out \
|
||||||
test_tagcase.out \
|
test_tagcase.out \
|
||||||
test_textobjects.out \
|
test_textobjects.out \
|
||||||
test_utf8.out
|
test_utf8.out \
|
||||||
|
test_writefile.out
|
||||||
|
|
||||||
SCRIPTS_BENCH = bench_re_freeze.out
|
SCRIPTS_BENCH = bench_re_freeze.out
|
||||||
|
|
||||||
|
@ -128,7 +128,8 @@ SCRIPT = test1.out test2.out test3.out test4.out test5.out \
|
|||||||
test_signs.out \
|
test_signs.out \
|
||||||
test_tagcase.out \
|
test_tagcase.out \
|
||||||
test_textobjects.out \
|
test_textobjects.out \
|
||||||
test_utf8.out
|
test_utf8.out \
|
||||||
|
test_writefile.out
|
||||||
|
|
||||||
# Known problems:
|
# Known problems:
|
||||||
# test17: ?
|
# test17: ?
|
||||||
|
@ -65,7 +65,8 @@ SCRIPTS = test1.out test2.out test3.out test4.out test5.out test6.out \
|
|||||||
test_signs.out \
|
test_signs.out \
|
||||||
test_tagcase.out \
|
test_tagcase.out \
|
||||||
test_textobjects.out \
|
test_textobjects.out \
|
||||||
test_utf8.out
|
test_utf8.out \
|
||||||
|
test_writefile.out
|
||||||
|
|
||||||
SCRIPTS_GUI = test16.out
|
SCRIPTS_GUI = test16.out
|
||||||
|
|
||||||
|
@ -741,6 +741,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 */
|
||||||
|
/**/
|
||||||
|
943,
|
||||||
/**/
|
/**/
|
||||||
942,
|
942,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user