summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-06-24 13:37:35 +0200
committerBram Moolenaar <Bram@vim.org>2020-06-24 13:37:35 +0200
commitb7e2483655d9b68df0c7349918027d800051a28a (patch)
tree6d1ba1c7e5e7c9e95974f0a4b2d39998ba0fd1c9 /src/testdir/Make_all.mak
parent67fbdfefd26a237831c3838f799d3e6198c8a34a (diff)
patch 8.2.1046: insufficient tests for src/buffer.cv8.2.1046
Problem: Insufficient tests for src/buffer.c. Solution: Add more tests. Move comments related tests to a separate file. (Yegappan Lakshmanan, closes #6325)
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 3d143588f2..fff4fdf6ac 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -90,6 +90,7 @@ NEW_TESTS = \
test_close_count \
test_cmdline \
test_command_count \
+ test_comments \
test_comparators \
test_compiler \
test_conceal \
@@ -341,6 +342,7 @@ NEW_TESTS_RES = \
test_close_count.res \
test_cmdline.res \
test_command_count.res \
+ test_comments.res \
test_comparators.res \
test_conceal.res \
test_const.res \