summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-06-13 13:20:48 +0200
committerBram Moolenaar <Bram@vim.org>2020-06-13 13:20:48 +0200
commitc9630d2658af9dcaa01913e899b201bfdef7b536 (patch)
tree5e7b82918122171b6d253528dd87d29bac2a80c5 /src/testdir/Make_all.mak
parent71ccd03ee8a43b20000214a9c99dcc90f039edca (diff)
patch 8.2.0968: no proper testing of the 'cpoptions' flagsv8.2.0968
Problem: No proper testing of the 'cpoptions' flags. Solution: Add tests. (Yegappan Lakshmanan, closes #6251)
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 2a133ef919..3d143588f2 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -94,6 +94,7 @@ NEW_TESTS = \
test_compiler \
test_conceal \
test_const \
+ test_cpoptions \
test_crypt \
test_cscope \
test_cursor_func \
@@ -343,6 +344,7 @@ NEW_TESTS_RES = \
test_comparators.res \
test_conceal.res \
test_const.res \
+ test_cpoptions.res \
test_crypt.res \
test_cscope.res \
test_cursor_func.res \