summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-03-03 23:06:48 +0100
committerBram Moolenaar <Bram@vim.org>2020-03-03 23:06:48 +0100
commit36ddf9383181f93b080eb26121bdff37e394d2db (patch)
tree8c66f64740b9d323ebcff24f949f9f2cabf929ee /src/testdir/Make_all.mak
parent3e919d2924c87eb8fee62603788fcc3ced2a0031 (diff)
patch 8.2.0352: FreeBSD: test for sourcing utf-8 is skippedv8.2.0352
Problem: FreeBSD: test for sourcing utf-8 is skipped. Solution: Run the matchadd_conceal test separately to avoid that setting 'term' to "ansi" causes problems for other tests. (Ozaki Kiichi, closes #5721)
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 3a4979bf33..fab86568a6 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -398,6 +398,7 @@ NEW_TESTS_RES = \
test_marks.res \
test_match.res \
test_matchadd_conceal.res \
+ test_matchadd_conceal_utf8.res \
test_memory_usage.res \
test_messages.res \
test_method.res \