summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-08-04 22:37:11 +0200
committerBram Moolenaar <Bram@vim.org>2017-08-04 22:37:11 +0200
commit4a137b45864310060410f34cb9c7d0f0231bb256 (patch)
treefbd29799c3e3fc89ff3e81c022827b5f2b5ebdf7 /src/Makefile
parent6b7355a30ddd294c19cd9be924d487d592ccfae1 (diff)
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/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index e4ccf37e1e..ca8b1a391b 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 \