commit | d7ece1008ee6173afda6d173bed486ae79c1c38a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 02 23:23:02 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 02 23:23:02 2016 +0100 |
tree | bde78dfcd1a51924896910ee85774cf2697918ed | |
parent | d087566a419cc107adab77db997b184ea0e433ad [diff] [blame] |
patch 7.4.1246 Problem: The channel functionality isn't tested. Solution: Add a test using a Python test server.
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index d7a06ee..bb92904 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak
@@ -171,6 +171,7 @@ NEW_TESTS = test_arglist.res \ test_assert.res \ test_cdo.res \ + test_channel.res \ test_hardcopy.res \ test_increment.res \ test_langmap.res \