diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2015-12-25 08:34:07 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-12-25 08:34:07 -0500 |
commit | 39555dc8c4551b76bc013444a59a5362c3835902 (patch) | |
tree | 13b0b0b18cf6a66c70229f53a84335eed14551f5 /src | |
parent | 7f99d210fd6bf92619f295a439ee4ac7e1a8f353 (diff) | |
download | rneovim-39555dc8c4551b76bc013444a59a5362c3835902.tar.gz rneovim-39555dc8c4551b76bc013444a59a5362c3835902.tar.bz2 rneovim-39555dc8c4551b76bc013444a59a5362c3835902.zip |
test: Makefile: add legacy cdo test
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 8c3e99c624..1a414a8847 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -29,6 +29,7 @@ SCRIPTS := test_eval.out \ test_charsearch.out \ test_close_count.out \ test_command_count.out \ + test_cdo.out \ SCRIPTS_GUI := test16.out |