comparison src/testdir/Make_all.mak @ 17089:8e9e9124c7a2 v8.1.1544

patch 8.1.1544: some balloon tests don't run when they can commit https://github.com/vim/vim/commit/b46fecd3454399f8ebdc5055302e4bfc5a10f98b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 15 17:58:09 2019 +0200 patch 8.1.1544: some balloon tests don't run when they can Problem: Some balloon tests don't run when they can. Solution: Split GUI balloon tests off into a separate file. (Ozaki Kiichi, closes #4538) Change the feature check into a command for consistency.
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Jun 2019 18:00:08 +0200
parents 00ffed9bbb65
children c8152af9fa33
comparison
equal deleted inserted replaced
17088:49eb35886d80 17089:8e9e9124c7a2
63 test_autocmd \ 63 test_autocmd \
64 test_autoload \ 64 test_autoload \
65 test_backspace_opt \ 65 test_backspace_opt \
66 test_backup \ 66 test_backup \
67 test_balloon \ 67 test_balloon \
68 test_balloon_gui \
68 test_behave \ 69 test_behave \
69 test_blob \ 70 test_blob \
70 test_blockedit \ 71 test_blockedit \
71 test_breakindent \ 72 test_breakindent \
72 test_bufline \ 73 test_bufline \
295 test_autochdir.res \ 296 test_autochdir.res \
296 test_autocmd.res \ 297 test_autocmd.res \
297 test_autoload.res \ 298 test_autoload.res \
298 test_backspace_opt.res \ 299 test_backspace_opt.res \
299 test_balloon.res \ 300 test_balloon.res \
301 test_balloon_gui.res \
300 test_blob.res \ 302 test_blob.res \
301 test_blockedit.res \ 303 test_blockedit.res \
302 test_breakindent.res \ 304 test_breakindent.res \
303 test_bufwintabinfo.res \ 305 test_bufwintabinfo.res \
304 test_cdo.res \ 306 test_cdo.res \