summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-09-25 20:54:11 +0200
committerBram Moolenaar <Bram@vim.org>2016-09-25 20:54:11 +0200
commit680e015bfe19be6772d3bd754486fbd45c1a9d3b (patch)
tree1f786add42acb4835c366f0d5dc1cdddd53b6961 /src/testdir/Make_all.mak
parent3f1c15b24a3939d193c80c509132db9ee4d8cceb (diff)
patch 8.0.0010v8.0.0010
Problem: Crash when editing file that starts with crypt yeader. (igor2x) Solution: Check for length of text. (Christian Brabandt) Add a test.
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 65ad3ee12f..999f519abf 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -149,6 +149,7 @@ NEW_TESTS = test_arglist.res \
test_channel.res \
test_charsearch.res \
test_cmdline.res \
+ test_crypt.res \
test_cscope.res \
test_diffmode.res \
test_digraph.res \