diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2017-03-21 10:15:22 +0100 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2017-03-22 18:42:16 +0100 |
| commit | 6a8bad03084c58d531e48b3d7f7f87f305f150d8 (patch) | |
| tree | 80f649d94640946d5ff2d053eb53234cd426632e /src/nvim/testdir/Makefile | |
| parent | 165ba3e636769c38d67285e1b8ea2966ccb00b30 (diff) | |
| download | rneovim-6a8bad03084c58d531e48b3d7f7f87f305f150d8.tar.gz rneovim-6a8bad03084c58d531e48b3d7f7f87f305f150d8.tar.bz2 rneovim-6a8bad03084c58d531e48b3d7f7f87f305f150d8.zip | |
vim-patch:8.0.0019
Problem: Test_command_count is old style.
Solution: Turn it into a new style test. (Naruhiko Nishino)
Use more assert functions.
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index d090ace432..0337ab13dd 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -1,4 +1,4 @@ -# +# vim: noet ts=8 # Makefile to run all tests for Vim # @@ -30,6 +30,7 @@ SCRIPTS ?= \ NEW_TESTS ?= \ test_bufwintabinfo.res \ test_cmdline.res \ + test_command_count.res \ test_cscope.res \ test_digraph.res \ test_diffmode.res \ |