summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-03-22 14:08:59 +0100
committerBram Moolenaar <Bram@vim.org>2020-03-22 14:08:59 +0100
commit515545e11f523d14343b1e588dc0b9bd3d362bc2 (patch)
tree6770a882b96a447d8b455f7c98e6c557c221317a /src/testdir/Make_all.mak
parent97acfc781bdb7fa2838dc6e0e7f9952ea61bb2fd (diff)
patch 8.2.0425: code for modeless selection not sufficiently testedv8.2.0425
Problem: Code for modeless selection not sufficiently tested. Solution: Add tests. Move mouse code functionality to a common script file. (Yegappan Lakshmanan, closes #5821)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 81b780b648..d0bfe1c7c7 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -180,6 +180,7 @@ NEW_TESTS = \
test_method \
test_mksession \
test_mksession_utf8 \
+ test_modeless \
test_modeline \
test_move \
test_nested_function \
@@ -222,6 +223,7 @@ NEW_TESTS = \
test_search \
test_search_stat \
test_searchpos \
+ test_selectmode \
test_set \
test_sha256 \
test_shift \
@@ -406,6 +408,7 @@ NEW_TESTS_RES = \
test_messages.res \
test_method.res \
test_mksession.res \
+ test_modeless.res \
test_modeline.res \
test_nested_function.res \
test_netbeans.res \
@@ -440,6 +443,7 @@ NEW_TESTS_RES = \
test_scrollbind.res \
test_search.res \
test_search_stat.res \
+ test_selectmode.res \
test_shortpathname.res \
test_signals.res \
test_signs.res \