commit | 48a969b48898fb08dce636c6b918408c6fbd3ea0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 28 14:29:26 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 28 14:29:26 2015 +0100 |
tree | e4cbd9c786372efb3f719039b8d63dddb48adeab | |
parent | 60422e68a3a555144f8c76c666f050e8d104c16b [diff] [blame] |
patch 7.4.943 Problem: Tests are not run. Solution: Add test_writefile to makefiles. (Ken Takata)
diff --git a/src/testdir/Make_dos.mak b/src/testdir/Make_dos.mak index 30325ea..208f4fb 100644 --- a/src/testdir/Make_dos.mak +++ b/src/testdir/Make_dos.mak
@@ -67,7 +67,8 @@ test_signs.out \ test_tagcase.out \ test_textobjects.out \ - test_utf8.out + test_utf8.out \ + test_writefile.out SCRIPTS32 = test50.out test70.out