Skip to content

Commit 48a969b

Browse files
committed
patch 7.4.943
Problem: Tests are not run. Solution: Add test_writefile to makefiles. (Ken Takata)
1 parent 60422e6 commit 48a969b

7 files changed

Lines changed: 15 additions & 6 deletions

File tree

src/testdir/Make_amiga.mak

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ SCRIPTS = test1.out test3.out test4.out test5.out test6.out \
6868
test_signs.out \
6969
test_tagcase.out \
7070
test_textobjects.out \
71-
test_utf8.out
71+
test_utf8.out \
72+
test_writefile.out
7273

7374
.SUFFIXES: .in .out
7475

@@ -225,3 +226,4 @@ test_signs.out: test_signs.in
225226
test_tagcase.out: test_tagcase.in
226227
test_textobjects.out: test_textobjects.in
227228
test_utf8.out: test_utf8.in
229+
test_writefile.out: test_writefile.in

src/testdir/Make_dos.mak

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ SCRIPTS = test3.out test4.out test5.out test6.out test7.out \
6767
test_signs.out \
6868
test_tagcase.out \
6969
test_textobjects.out \
70-
test_utf8.out
70+
test_utf8.out \
71+
test_writefile.out
7172

7273
SCRIPTS32 = test50.out test70.out
7374

src/testdir/Make_ming.mak

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ SCRIPTS = test3.out test4.out test5.out test6.out test7.out \
8989
test_signs.out \
9090
test_tagcase.out \
9191
test_textobjects.out \
92-
test_utf8.out
92+
test_utf8.out \
93+
test_writefile.out
9394

9495
SCRIPTS32 = test50.out test70.out
9596

src/testdir/Make_os2.mak

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ SCRIPTS = test1.out test3.out test4.out test5.out test6.out \
6969
test_signs.out \
7070
test_tagcase.out \
7171
test_textobjects.out \
72-
test_utf8.out
72+
test_utf8.out \
73+
test_writefile.out
7374

7475
SCRIPTS_BENCH = bench_re_freeze.out
7576

src/testdir/Make_vms.mms

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ SCRIPT = test1.out test2.out test3.out test4.out test5.out \
128128
test_signs.out \
129129
test_tagcase.out \
130130
test_textobjects.out \
131-
test_utf8.out
131+
test_utf8.out \
132+
test_writefile.out
132133

133134
# Known problems:
134135
# test17: ?

src/testdir/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ SCRIPTS = test1.out test2.out test3.out test4.out test5.out test6.out \
6565
test_signs.out \
6666
test_tagcase.out \
6767
test_textobjects.out \
68-
test_utf8.out
68+
test_utf8.out \
69+
test_writefile.out
6970

7071
SCRIPTS_GUI = test16.out
7172

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
943,
744746
/**/
745747
942,
746748
/**/

0 commit comments

Comments
 (0)