diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-08-04 22:37:11 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-08-04 22:37:11 +0200 |
commit | 4a137b45864310060410f34cb9c7d0f0231bb256 (patch) | |
tree | fbd29799c3e3fc89ff3e81c022827b5f2b5ebdf7 /src/Makefile | |
parent | 6b7355a30ddd294c19cd9be924d487d592ccfae1 (diff) | |
download | vim-git-4a137b45864310060410f34cb9c7d0f0231bb256.tar.gz |
patch 8.0.0861: still many old style testsv8.0.0861
Problem: Still many old style tests.
Solution: Convert several tests to new style. (Yegappan Lakshmanan)
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index e4ccf37e1..ca8b1a391 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2137,6 +2137,7 @@ test_arglist \ test_crypt \ test_cscope \ test_cursor_func \ + test_curswant \ test_delete \ test_diffmode \ test_digraph \ @@ -2155,6 +2156,7 @@ test_arglist \ test_farsi \ test_feedkeys \ test_file_perm \ + test_file_size \ test_fileformat \ test_filetype \ test_filter_cmd \ @@ -2189,6 +2191,8 @@ test_arglist \ test_lambda \ test_langmap \ test_largefile \ + test_let \ + test_lineending \ test_lispwords \ test_listlbr \ test_listlbr_utf8 \ @@ -2233,6 +2237,7 @@ test_arglist \ test_reltime \ test_retab \ test_ruby \ + test_scrollbind \ test_search \ test_searchpos \ test_set \ |