diff options
| author | watiko <service@mail.watiko.net> | 2016-01-12 15:05:03 +0900 |
|---|---|---|
| committer | watiko <service@mail.watiko.net> | 2016-01-15 23:50:04 +0900 |
| commit | 6f88dca92d24d91414a43f7e765e02abd89d779d (patch) | |
| tree | ebcd66d9e40997550861f439b6d0482744ff9f22 /src/nvim/testdir/Makefile | |
| parent | 4eba134a551161384428229fbd80721eb49b5a09 (diff) | |
| download | rneovim-6f88dca92d24d91414a43f7e765e02abd89d779d.tar.gz rneovim-6f88dca92d24d91414a43f7e765e02abd89d779d.tar.bz2 rneovim-6f88dca92d24d91414a43f7e765e02abd89d779d.zip | |
tests: Migrate legacy test cdo.
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index c4605fe6b4..bc245b21f4 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -30,7 +30,7 @@ SCRIPTS := test_eval.out \ test_close_count.out \ test_command_count.out \ -NEW_TESTS = test_cdo.res +NEW_TESTS = SCRIPTS_GUI := test16.out |