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.
This commit is contained in:
Justin M. Keyes
2017-03-21 14:35:21 +01:00
parent c99514c2a4
commit 386a5f379b

View File

@@ -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 \