summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-07-02 16:29:34 +0100
committerBram Moolenaar <Bram@vim.org>2022-07-02 16:29:34 +0100
commit2d2950198231a31bf87c1cd4322099cc36b0bb93 (patch)
treea45f361420fb09f8ba52d43d9153ce616b6bee6d /src/testdir/Make_all.mak
parentc5274dd12224421f2430b30c53b881b9403d649e (diff)
patch 9.0.0027: the command line test is getting quite bigv9.0.0027
Problem: The command line test is getting quite big. Solution: Move command line window tests to a separate file.
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 4a2ea88947..bc286321f9 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -87,6 +87,7 @@ NEW_TESTS = \
test_clientserver \
test_close_count \
test_cmdline \
+ test_cmdwin \
test_command_count \
test_comments \
test_comparators \
@@ -345,6 +346,7 @@ NEW_TESTS_RES = \
test_clientserver.res \
test_close_count.res \
test_cmdline.res \
+ test_cmdwin.res \
test_command_count.res \
test_comments.res \
test_comparators.res \