diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2017-03-13 14:12:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-13 14:12:38 +0100 |
| commit | 33d063752182c8dca60ad0bddaaa12a6669eb70b (patch) | |
| tree | 4d19b148b4ef692b8c1045f78a5fe3b88c6427ff /src/nvim/testdir/Makefile | |
| parent | 3f555cce3de595902cd003cfca008563bc8ff8da (diff) | |
| parent | 76829898bdcbf7f19ea2c6099c45c414510c6a38 (diff) | |
| download | rneovim-33d063752182c8dca60ad0bddaaa12a6669eb70b.tar.gz rneovim-33d063752182c8dca60ad0bddaaa12a6669eb70b.tar.bz2 rneovim-33d063752182c8dca60ad0bddaaa12a6669eb70b.zip | |
Merge #6268 from lonerover/vim-7.4.2208
vim-patch: 7.4.2208,7.4.2305
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 740a10f153..9f9ecbc6c9 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -24,7 +24,6 @@ SCRIPTS ?= \ test64.out \ test73.out \ test79.out \ - test_marks.out \ # Tests using runtest.vim. # Keep test_alot*.res as the last one, sort the others. @@ -44,8 +43,10 @@ NEW_TESTS ?= \ test_increment_dbcs.res \ test_lambda.res \ test_langmap.res \ + test_marks.res \ test_match.res \ test_matchadd_conceal.res \ + test_nested_function.res \ test_quickfix.res \ test_signs.res \ test_syntax.res \ @@ -55,6 +56,7 @@ NEW_TESTS ?= \ test_viml.res \ test_visual.res \ test_window_id.res \ + test_writefile.res \ test_alot.res SCRIPTS_GUI := test16.out |