summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-11-05 20:59:28 +0100
committerBram Moolenaar <Bram@vim.org>2017-11-05 20:59:28 +0100
commitfb094e14c19337de824d4e6710ca6a2617930ab0 (patch)
tree4738265336181b11c8f7bb6d5b7f41d92753a208 /src/testdir/Make_all.mak
parent8fdb35a974d92c7d0267bc8988aa6af74ee6885d (diff)
patch 8.0.1271: still too many old style testsv8.0.1271
Problem: Still too many old style tests. Solution: Convert a few more tests to new style. (Yegappan Lakshmanan, closes #2290)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 4d618c6076..b407e6e22f 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -23,7 +23,6 @@ SCRIPTS_ALL = \
test42.out \
test44.out \
test48.out \
- test55.out \
test64.out \
test68.out \
test69.out \
@@ -34,14 +33,11 @@ SCRIPTS_ALL = \
test95.out \
test99.out \
test108.out \
- test_changelist.out \
test_close_count.out \
test_erasebackword.out \
test_eval.out \
test_fixeol.out \
- test_insertcount.out \
test_listchars.out \
- test_search_mbyte.out \
test_wordcount.out
@@ -123,6 +119,7 @@ NEW_TESTS = test_arabic.res \
test_langmap.res \
test_let.res \
test_lineending.res \
+ test_listdict.res \
test_listlbr.res \
test_listlbr_utf8.res \
test_lua.res \