summaryrefslogtreecommitdiff
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-08-12 14:38:02 +0200
committerBram Moolenaar <Bram@vim.org>2019-08-12 14:38:02 +0200
commitd5e3cc11d391f3aa80bf66f91001f11a3a145b43 (patch)
tree8c53eec2cb1f2a8c669932db7057bf2fe72e0874 /src/testdir/Make_all.mak
parent52992feafe8a996fbce29b97ae135abc169aa716 (diff)
downloadvim-git-d5e3cc11d391f3aa80bf66f91001f11a3a145b43.tar.gz
patch 8.1.1841: no test for Ex shift commandsv8.1.1841
Problem: No test for Ex shift commands. Solution: Add a test. (Dominique Pelle, closes #4801)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 131ba01f0..80cf7068e 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -227,6 +227,7 @@ NEW_TESTS = \
test_searchpos \
test_set \
test_sha256 \
+ test_shift \
test_shortpathname \
test_signals \
test_signs \