aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/Makefile
diff options
context:
space:
mode:
authorlonerover <pathfinder1644@yahoo.com>2017-03-23 22:42:26 +0800
committerlonerover <pathfinder1644@yahoo.com>2017-03-27 12:19:14 +0800
commit20e7652b6980e0efed5db65e0f80c0d72ef8c68d (patch)
tree33018d9fe710f447364c715ff12e7a02afabcbb9 /src/nvim/testdir/Makefile
parentedc80f6b46f51ea1137289301914c0f90db19295 (diff)
downloadrneovim-20e7652b6980e0efed5db65e0f80c0d72ef8c68d.tar.gz
rneovim-20e7652b6980e0efed5db65e0f80c0d72ef8c68d.tar.bz2
rneovim-20e7652b6980e0efed5db65e0f80c0d72ef8c68d.zip
vim-patch:7.4.2307
Problem: Several tests are old style. Solution: Turn them into new style tests. (Yegappan Lakshmanan) https://github.com/vim/vim/commit/cd055da370114f66c960be9c8b1eb0f33a9e0a85
Diffstat (limited to 'src/nvim/testdir/Makefile')
-rw-r--r--src/nvim/testdir/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile
index 531a07912f..fd557cca51 100644
--- a/src/nvim/testdir/Makefile
+++ b/src/nvim/testdir/Makefile
@@ -30,6 +30,7 @@ SCRIPTS ?= \
NEW_TESTS ?= \
test_autocmd.res \
test_bufwintabinfo.res \
+ test_charsearch.res \
test_cmdline.res \
test_command_count.res \
test_cscope.res \
@@ -37,6 +38,7 @@ NEW_TESTS ?= \
test_diffmode.res \
test_farsi.res \
test_filter_map.res \
+ test_fnameescape.res \
test_fold.res \
test_glob2regpat.res \
test_gn.res \
@@ -55,6 +57,7 @@ NEW_TESTS ?= \
test_normal.res \
test_quickfix.res \
test_signs.res \
+ test_substitute.res \
test_syntax.res \
test_tabpage.res \
test_textobjects.res \