summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2023-08-27 11:14:44 +0200
committerChristian Brabandt <cb@256bit.org>2023-08-27 11:14:44 +0200
commit58f39d89a8adff51ab04893d1fd28e3767979f9f (patch)
treef4584c051c4781ba4c12d9c1f405b8d144966f3f /src/testdir/Make_all.mak
parent8fbd9449e71f2ad93e594be575209a7424eb093e (diff)
patch 9.0.1791: No tests for the termdebug pluginv9.0.1791
Problem: No tests for the termdebug plugin Solution: Add some simple tests for the termdebug plugin closes: #12927 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
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 fbdc3c7ee8..e2e29f12d2 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -290,6 +290,7 @@ NEW_TESTS = \
test_taglist \
test_tcl \
test_termcodes \
+ test_termdebug \
test_termencoding \
test_terminal \
test_terminal2 \
@@ -523,6 +524,7 @@ NEW_TESTS_RES = \
test_taglist.res \
test_tcl.res \
test_termcodes.res \
+ test_termdebug.res \
test_termencoding.res \
test_terminal.res \
test_terminal2.res \