summaryrefslogtreecommitdiff
path: root/src/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-01-11 15:54:45 +0100
committerBram Moolenaar <Bram@vim.org>2019-01-11 15:54:45 +0100
commit429ab1761ea9123777c9540ddb35ffa497a7e349 (patch)
tree8268596b47feefa6f52135396c97973c220b26fd /src/Make_all.mak
parent5b69c22fd2bf0c0d32aab90ee4c7ef74259d2c4c (diff)
downloadvim-git-429ab1761ea9123777c9540ddb35ffa497a7e349.tar.gz
patch 8.1.0721: conceal mode is not sufficiently testedv8.1.0721
Problem: Conceal mode is not sufficiently tested. Solution: Add screendump tests. Check all 'concealcursor' values.
Diffstat (limited to 'src/Make_all.mak')
-rw-r--r--src/Make_all.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Make_all.mak b/src/Make_all.mak
index 949d0a31a..7b858115e 100644
--- a/src/Make_all.mak
+++ b/src/Make_all.mak
@@ -33,6 +33,7 @@ NEW_TESTS = \
test_command_count \
test_comparators \
test_compiler \
+ test_conceal \
test_crypt \
test_cscope \
test_cursor_func \