diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2018-02-11 23:04:32 +0100 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2018-02-11 23:30:18 +0100 |
| commit | ef39f854d7deda34ecf158cbae1165c7ec18102c (patch) | |
| tree | 69d6b9ff1db18626191df95d8b26f63cc16facad /src/nvim/testdir/Makefile | |
| parent | 04993f220a304efa029d44a74bbfa83a8530ea6e (diff) | |
| download | rneovim-ef39f854d7deda34ecf158cbae1165c7ec18102c.tar.gz rneovim-ef39f854d7deda34ecf158cbae1165c7ec18102c.tar.bz2 rneovim-ef39f854d7deda34ecf158cbae1165c7ec18102c.zip | |
vim-patch:8.0.1302: still too many old style tests
Problem: Still too many old style tests.
Solution: Convert a few more tests to new style. (Yegappan Lakshmanan,
closes vim/vim#2326)
https://github.com/vim/vim/commit/209d3874c19d73b209e7d223cf05ea22e183f408
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index dddeadb080..ba4e5347a1 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -23,7 +23,6 @@ SCRIPTS_DEFAULT = \ test49.out \ test52.out \ test64.out \ - test73.out \ ifneq ($(OS),Windows_NT) SCRIPTS_DEFAULTS := $(SCRIPTS_DEFAULT) \ @@ -42,17 +41,21 @@ NEW_TESTS ?= \ test_changedtick.res \ test_charsearch.res \ test_cindent.res \ + test_close_count.res \ test_cmdline.res \ test_command_count.res \ test_cscope.res \ test_curswant.res \ test_digraph.res \ test_edit.res \ + test_erasebackword.res \ test_exists.res \ test_diffmode.res \ test_farsi.res \ test_file_size.res \ test_filter_map.res \ + test_find_complete.res \ + test_fixeol.res \ test_findfile.res \ test_fnameescape.res \ test_fold.res \ @@ -73,6 +76,7 @@ NEW_TESTS ?= \ test_listlbr.res \ test_let.res \ test_lineending.res \ + test_listchars.res \ test_makeencoding.res \ test_marks.res \ test_match.res \ |