comparison src/testdir/Make_all.mak @ 7899:93c61501c2cf v7.4.1246

commit https://github.com/vim/vim/commit/d7ece1008ee6173afda6d173bed486ae79c1c38a Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 2 23:23:02 2016 +0100 patch 7.4.1246 Problem: The channel functionality isn't tested. Solution: Add a test using a Python test server.
author Christian Brabandt <cb@256bit.org>
date Tue, 02 Feb 2016 23:30:04 +0100
parents 39251e981d1f
children 7c21dd028e0f
comparison
equal deleted inserted replaced
7898:3990e89cec64 7899:93c61501c2cf
169 # Tests using runtest.vim.vim. 169 # Tests using runtest.vim.vim.
170 # Keep test_alot.res as the last one, sort the others. 170 # Keep test_alot.res as the last one, sort the others.
171 NEW_TESTS = test_arglist.res \ 171 NEW_TESTS = test_arglist.res \
172 test_assert.res \ 172 test_assert.res \
173 test_cdo.res \ 173 test_cdo.res \
174 test_channel.res \
174 test_hardcopy.res \ 175 test_hardcopy.res \
175 test_increment.res \ 176 test_increment.res \
176 test_langmap.res \ 177 test_langmap.res \
177 test_perl.res \ 178 test_perl.res \
178 test_quickfix.res \ 179 test_quickfix.res \