aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/Makefile
diff options
context:
space:
mode:
authorJan Edmund Lazo <janedmundlazo@hotmail.com>2018-07-14 02:04:42 -0400
committerJan Edmund Lazo <janedmundlazo@hotmail.com>2018-08-06 21:56:38 -0400
commitd6711685747681e006f996893e85c998d192b2eb (patch)
treeb1fb6a46a026db19db91d5ac30fc81a7bac9aa61 /src/nvim/testdir/Makefile
parent1593ee7cf21f77168531c959fa9e73933b502d2e (diff)
downloadrneovim-d6711685747681e006f996893e85c998d192b2eb.tar.gz
rneovim-d6711685747681e006f996893e85c998d192b2eb.tar.bz2
rneovim-d6711685747681e006f996893e85c998d192b2eb.zip
vim-patch:8.0.0890: still many old style tests
Problem: Still many old style tests. Solution: Convert several tests to new style. (Yegappan Lakshmanan) https://github.com/vim/vim/commit/75373f38087dd756babdbbf9f14fd4711712c5de
Diffstat (limited to 'src/nvim/testdir/Makefile')
-rw-r--r--src/nvim/testdir/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile
index 0379235ec0..361db47fc7 100644
--- a/src/nvim/testdir/Makefile
+++ b/src/nvim/testdir/Makefile
@@ -60,12 +60,14 @@ NEW_TESTS ?= \
test_fnameescape.res \
test_fold.res \
test_ga.res \
+ test_getvar.res \
test_glob2regpat.res \
test_gf.res \
test_gn.res \
test_hardcopy.res \
test_help_tagjump.res \
test_hide.res \
+ test_highlight.res \
test_history.res \
test_hlsearch.res \
test_increment.res \