commit | 15bf76d40be1f1622ff5cc16596c308e76e2ca94 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 18 16:18:37 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 18 16:18:37 2017 +0100 |
tree | e3e19239a9369f65db8d135b3732ee28ae96cca7 | |
parent | 8c34aa09a449a5c1c2d1141b6fafa90f29b3fc12 [diff] [blame] |
patch 8.0.0474: the client-server feature is not tested Problem: The client-server feature is not tested. Solution: Add a test.
diff --git a/src/Makefile b/src/Makefile index 1af1e17..315548b 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -2097,11 +2097,12 @@ test_breakindent \ test_bufwintabinfo \ test_cdo \ + test_changedtick \ test_channel \ test_charsearch \ test_charsearch_utf8 \ - test_changedtick \ test_cindent \ + test_clientserver \ test_cmdline \ test_command_count \ test_crypt \