summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2021-06-27 12:07:49 +0200
committerBram Moolenaar <Bram@vim.org>2021-06-27 12:07:49 +0200
commit054794c20f6322bbd9482c4124041dc0a140c78e (patch)
tree10d9ef42b7d696f854319bc608ec5fddb79aa23f /src/testdir/Make_all.mak
parent98f9a5f4cbe6061e09bccf6074afe0a88a504219 (diff)
patch 8.2.3061: testing the shell option is incomplete and spread outv8.2.3061
Problem: Testing the shell option is incomplete and spread out. Solution: Move shell tests to one file and increase coverage. (Yegappan Lakshmanan, closes #8464)
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 108c52854d..6feeecd3a8 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -242,6 +242,7 @@ NEW_TESTS = \
test_selectmode \
test_set \
test_sha256 \
+ test_shell \
test_shift \
test_shortpathname \
test_signals \
@@ -471,6 +472,7 @@ NEW_TESTS_RES = \
test_search.res \
test_search_stat.res \
test_selectmode.res \
+ test_shell.res \
test_shortpathname.res \
test_signals.res \
test_signs.res \