diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2018-02-02 23:14:30 +0100 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2018-02-11 15:29:19 +0100 |
| commit | 2de447b60c04fcaad3d762851c512b2545ea6bad (patch) | |
| tree | b8e83360138fefe879707ac6ef411e45d86fde9b /src/nvim/testdir/Makefile | |
| parent | 0a531ddf873202d258809207f6d85e09a5207b31 (diff) | |
| download | rneovim-2de447b60c04fcaad3d762851c512b2545ea6bad.tar.gz rneovim-2de447b60c04fcaad3d762851c512b2545ea6bad.tar.bz2 rneovim-2de447b60c04fcaad3d762851c512b2545ea6bad.zip | |
vim-patch:8.0.1221: 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#2256)
https://github.com/vim/vim/commit/15993ce9210e8b8d4bc11e1d640f6447b18d3e6c
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 3b9899870f..aa5d534530 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -24,12 +24,10 @@ SCRIPTS_DEFAULT = \ test52.out \ test64.out \ test73.out \ - test79.out \ ifneq ($(OS),Windows_NT) SCRIPTS_DEFAULTS := $(SCRIPTS_DEFAULT) \ test17.out \ - test32.out \ endif @@ -69,6 +67,7 @@ NEW_TESTS ?= \ test_hlsearch.res \ test_increment.res \ test_increment_dbcs.res \ + test_ins_complete.res \ test_lambda.res \ test_langmap.res \ test_let.res \ @@ -99,6 +98,7 @@ NEW_TESTS ?= \ test_substitute.res \ test_syntax.res \ test_system.res \ + test_tab.res \ test_tabpage.res \ test_textobjects.res \ test_timers.res \ |