comparison src/testdir/Make_all.mak @ 11197:7f355d8cd634 v8.0.0485

patch 8.0.0485: not all windows commands are tested commit https://github.com/vim/vim/commit/4520d440c59034452d1450b27fcd56825c090687 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 19 16:09:46 2017 +0100 patch 8.0.0485: not all windows commands are tested Problem: Not all windows commands are tested. Solution: Add more tests for windows commands. (Dominique Pelle, closes #1575) Run test_autocmd separately, it interferes with other tests. Fix tests that depended on side effects.
author Christian Brabandt <cb@256bit.org>
date Sun, 19 Mar 2017 16:15:04 +0100
parents 9836b701afd9
children 4db196820d3b
comparison
equal deleted inserted replaced
11196:38c23a67011d 11197:7f355d8cd634
135 # Keep test_alot*.res as the last one, sort the others. 135 # Keep test_alot*.res as the last one, sort the others.
136 NEW_TESTS = test_arabic.res \ 136 NEW_TESTS = test_arabic.res \
137 test_arglist.res \ 137 test_arglist.res \
138 test_assert.res \ 138 test_assert.res \
139 test_autochdir.res \ 139 test_autochdir.res \
140 test_autocmd.res \
140 test_backspace_opt.res \ 141 test_backspace_opt.res \
141 test_breakindent.res \ 142 test_breakindent.res \
142 test_bufwintabinfo.res \ 143 test_bufwintabinfo.res \
143 test_cdo.res \ 144 test_cdo.res \
144 test_channel.res \ 145 test_channel.res \