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/Makefile b/src/testdir/Makefile index d46718f..dba031f 100644 --- a/src/testdir/Makefile +++ b/src/testdir/Makefile
@@ -65,7 +65,8 @@ test_signs.out \ test_tagcase.out \ test_textobjects.out \ - test_utf8.out + test_utf8.out \ + test_writefile.out SCRIPTS_GUI = test16.out