summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-10-28 22:46:42 +0100
committerBram Moolenaar <Bram@vim.org>2020-10-28 22:46:42 +0100
commitcf4d454df0619ee41ef40e7e91fce3fb061d7d5b (patch)
treea5917f020c8071ba0830b4eff09a259fd861eebe /src/testdir/Make_all.mak
parent28ee892ac4197421b3317f195512ca64cc56a5b4 (diff)
patch 8.2.1920: listlbr test fails when run after another testv8.2.1920
Problem: Listlbr test fails when run after another test. Solution: Add test separately to list of test targets.
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 85688240ab..364221fd92 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -416,6 +416,7 @@ NEW_TESTS_RES = \
test_listdict.res \
test_listener.res \
test_listlbr.res \
+ test_listlbr_utf8.res \
test_lua.res \
test_makeencoding.res \
test_man.res \