summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-01-17 13:04:30 +0100
committerBram Moolenaar <Bram@vim.org>2019-01-17 13:04:30 +0100
commit617d7ef0462e86ec946d8932e4d157e65bbc9aa8 (patch)
treef538527764f013bbdd634868e30d717aa6df8a26 /src/testdir/Make_all.mak
parent83a52171ba00b2b9fd2d1d22a07e38fc9fc69c1e (diff)
patch 8.1.0760: no proper test for using 'termencoding'v8.1.0760
Problem: No proper test for using 'termencoding'. Solution: Add a screendump test. Fix using double width characters in a screendump.
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 6ea0c4518a..8ed4642298 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -243,6 +243,7 @@ NEW_TESTS = \
test_tagjump \
test_taglist \
test_tcl \
+ test_termencoding \
test_terminal \
test_terminal_fail \
test_textformat \
@@ -389,6 +390,7 @@ NEW_TESTS_RES = \
test_system.res \
test_tab.res \
test_tcl.res \
+ test_termencoding.res \
test_terminal.res \
test_terminal_fail.res \
test_textformat.res \