summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-07-11 13:09:36 +0200
committerBram Moolenaar <Bram@vim.org>2020-07-11 13:09:36 +0200
commit18aa13d13b69c090dbe186cd4939896488c433e3 (patch)
tree98312d7e987fccb760666112ec0066c8f8886aad /src/testdir/Make_all.mak
parent543e6f3467f208930a5d7fadb82133334bf31356 (diff)
patch 8.2.1177: terminal2 test sometimes hangs in the GUIv8.2.1177
Problem: Terminal2 test sometimes hangs in the GUI. Solution: Move some tests to other files to further locate the problem. Set the GUI to a fixed screen size.
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 12aeffe68a..d517667156 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -272,6 +272,7 @@ NEW_TESTS = \
test_termencoding \
test_terminal \
test_terminal2 \
+ test_terminal3 \
test_terminal_fail \
test_textformat \
test_textobjects \
@@ -488,6 +489,7 @@ NEW_TESTS_RES = \
test_termencoding.res \
test_terminal.res \
test_terminal2.res \
+ test_terminal3.res \
test_terminal_fail.res \
test_textformat.res \
test_textobjects.res \