summaryrefslogtreecommitdiff
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-04-07 14:21:47 +0200
committerBram Moolenaar <Bram@vim.org>2019-04-07 14:21:47 +0200
commit905dd905debfde403b2a18178ccc1f8e118f4f2b (patch)
tree09a0e040e2c2aeafd22d26c15294ea876f0006ba /src/testdir/Make_all.mak
parentd85c396d5149a87677e30742f92b2ecfe28af8a6 (diff)
downloadvim-git-905dd905debfde403b2a18178ccc1f8e118f4f2b.tar.gz
patch 8.1.1136: decoding of mouse click escape sequence is not testedv8.1.1136
Problem: Decoding of mouse click escape sequence is not tested. Solution: Add a test for xterm and SGR using low-level input. Make low-level input execution with feedkeys() work.
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 81d0dc7f0..97cd166f6 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -250,6 +250,7 @@ NEW_TESTS = \
test_taglist \
test_tcl \
test_termencoding \
+ test_termcodes \
test_terminal \
test_terminal_fail \
test_textformat \
@@ -402,6 +403,7 @@ NEW_TESTS_RES = \
test_tab.res \
test_tcl.res \
test_termencoding.res \
+ test_termcodes.res \
test_terminal.res \
test_terminal_fail.res \
test_textformat.res \