summaryrefslogtreecommitdiffstats
path: root/src/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-09-22 21:37:39 +0200
committerBram Moolenaar <Bram@vim.org>2018-09-22 21:37:39 +0200
commit3b30168f04b8a2a2f1bbaa2f90be546550463146 (patch)
tree5f68dbcf6c552fecf727836399f0be17216e1d14 /src/Make_all.mak
parent7ff8a3cfb6b029f9af1fdf3890e1320cafce5111 (diff)
patch 8.1.0428: the :suspend command is not testedv8.1.0428
Problem: The :suspend command is not tested. Solution: Add a test. (Dominique Pelle, closes #3472)
Diffstat (limited to 'src/Make_all.mak')
-rw-r--r--src/Make_all.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Make_all.mak b/src/Make_all.mak
index 8f0f4c1ddc..f5f0552b96 100644
--- a/src/Make_all.mak
+++ b/src/Make_all.mak
@@ -168,6 +168,7 @@ NEW_TESTS = \
test_stat \
test_statusline \
test_substitute \
+ test_suspend \
test_swap \
test_syn_attr \
test_syntax \