summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-06-15 15:45:06 +0200
committerBram Moolenaar <Bram@vim.org>2019-06-15 15:45:06 +0200
commit9937a055437ef67b57a1bdec8f0799b669c9dbf0 (patch)
tree64fee6ad078086b7714995b03cb7891641d13533 /src/testdir/Make_all.mak
parentdfa97f2aed3d8ca195d09e2ce91cef227f933961 (diff)
patch 8.1.1539: not easy to define a variable and lock itv8.1.1539
Problem: Not easy to define a variable and lock it. Solution: Add ":const".
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 08f6c5bca6..9e551c1e1c 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -87,6 +87,7 @@ NEW_TESTS = \
test_comparators \
test_compiler \
test_conceal \
+ test_const \
test_crypt \
test_cscope \
test_cursor_func \
@@ -312,6 +313,7 @@ NEW_TESTS_RES = \
test_command_count.res \
test_comparators.res \
test_conceal.res \
+ test_const.res \
test_crypt.res \
test_cscope.res \
test_curswant.res \