diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2016-04-25 03:56:33 -0400 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2016-04-25 03:56:33 -0400 |
| commit | 588bc1d9586bc65b63519bc9d292fa4ab59b2dba (patch) | |
| tree | e1cb76952f7dc0008ba9f2fc11d13da80d9a94e2 /src/nvim/testdir/Makefile | |
| parent | 121e76db6f2dd2a088ba0fabd17fd80425347d50 (diff) | |
| parent | 1addc45e78155a73f52a00762cb77abbd3f8d993 (diff) | |
| download | rneovim-588bc1d9586bc65b63519bc9d292fa4ab59b2dba.tar.gz rneovim-588bc1d9586bc65b63519bc9d292fa4ab59b2dba.tar.bz2 rneovim-588bc1d9586bc65b63519bc9d292fa4ab59b2dba.zip | |
Merge #4303 'vim-patch:7.4.{951,1143,1144}'.
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 55a49122d5..4debdd9acc 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -36,9 +36,12 @@ SCRIPTS := \ test_breakindent.out \ test_close_count.out \ test_marks.out \ - test_match_conceal.out \ -NEW_TESTS = test_viml.res +# Tests using runtest.vim.vim. +# Keep test_alot*.res as the last one, sort the others. +NEW_TESTS = \ + test_viml.res \ + test_alot.res SCRIPTS_GUI := test16.out |