summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-12-11 22:55:26 +0100
committerBram Moolenaar <Bram@vim.org>2017-12-11 22:55:26 +0100
commita703aaee4d6230ed81469ef0cb37f331bf255136 (patch)
tree85856c4ad9ff95994f036046eb9a7597289be422 /src/testdir/Make_all.mak
parent8e6a31df81113bbf0e4bb5324a74dc5f6c62a490 (diff)
patch 8.0.1387: wordcount test is old stylev8.0.1387
Problem: Wordcount test is old style. Solution: Change into a new style test. (Yegappan Lakshmanan, closes #2434)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 5d5fccf109..932f2c43a5 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -31,8 +31,7 @@ SCRIPTS_ALL = \
test95.out \
test99.out \
test108.out \
- test_eval.out \
- test_wordcount.out
+ test_eval.out
# Tests that run on most systems, but not on Amiga.
@@ -183,6 +182,7 @@ NEW_TESTS = test_arabic.res \
test_winbuf_close.res \
test_window_id.res \
test_windows_home.res \
+ test_wordcount.res \
test_writefile.res \
test_alot_latin.res \
test_alot_utf8.res \