summaryrefslogtreecommitdiff
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-07-21 10:11:03 +0200
committerBram Moolenaar <Bram@vim.org>2016-07-21 10:11:03 +0200
commitdfd63e30d13fff5603416b6c7e247cebeb003eb0 (patch)
tree35c5e6c3695499467842187e68c4ebd415fb19f6 /src/testdir/Make_all.mak
parent60084333816c585d5858bc085b2942f813102ae3 (diff)
downloadvim-git-dfd63e30d13fff5603416b6c7e247cebeb003eb0.tar.gz
patch 7.4.2085v7.4.2085
Problem: Digraph tests fails on some systems. Solution: Run it separately and set 'encoding' early.
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 9b8770d53..11cc93429 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -170,6 +170,7 @@ NEW_TESTS = test_arglist.res \
test_channel.res \
test_cmdline.res \
test_cscope.res \
+ test_digraph.res \
test_farsi.res \
test_hardcopy.res \
test_history.res \