diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-03-21 14:35:21 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-03-22 18:42:59 +0100 |
commit | 386a5f379b059060808d9772cd1f150f507a5577 (patch) | |
tree | 147e0b1ec892ea791309967c56629eea94519322 | |
parent | c99514c2a4ebfc35413daa57d017be16bd179e90 (diff) | |
download | rneovim-386a5f379b059060808d9772cd1f150f507a5577.tar.gz rneovim-386a5f379b059060808d9772cd1f150f507a5577.tar.bz2 rneovim-386a5f379b059060808d9772cd1f150f507a5577.zip |
test/legacy: Makefile Add missing tests
These tests aren't in test_alot.vim, so they need to be added to the
Makefile or they won't be run.
-rw-r--r-- | src/nvim/testdir/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 0337ab13dd..d948cd0f93 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -36,6 +36,8 @@ NEW_TESTS ?= \ test_diffmode.res \ test_farsi.res \ test_filter_map.res \ + test_fold.res \ + test_glob2regpat.res \ test_gn.res \ test_hardcopy.res \ test_help_tagjump.res \ @@ -47,13 +49,16 @@ NEW_TESTS ?= \ test_marks.res \ test_match.res \ test_matchadd_conceal.res \ + test_matchadd_conceal_utf8.res \ test_nested_function.res \ test_normal.res \ test_quickfix.res \ test_signs.res \ test_syntax.res \ + test_tabpage.res \ test_textobjects.res \ test_timers.res \ + test_undo.res \ test_usercommands.res \ test_viml.res \ test_visual.res \ |