diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-02-05 21:14:50 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-02-05 21:14:50 +0100 |
commit | 544d3bc9f0e494cb712a33b61558b8e8e12b1e0b (patch) | |
tree | 01fcc92049bb5f2a7730db2508a3385bfb9aaca4 /src/testdir/Make_all.mak | |
parent | 13c724fb3a630257b736a1c91643b396fee917c1 (diff) | |
download | vim-544d3bc9f0e494cb712a33b61558b8e8e12b1e0b.zip |
patch 8.0.0311: linebreak tests are old style
Problem: Linebreak tests are old style.
Solution: Turn the tests into new style. Share utility functions. (Ozaki
Kiichi, closes #1444)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r-- | src/testdir/Make_all.mak | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index c42aae63b..58291ea75 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -82,7 +82,6 @@ SCRIPTS_ALL = \ test_getcwd.out \ test_insertcount.out \ test_listchars.out \ - test_listlbr.out \ test_search_mbyte.out \ test_wordcount.out @@ -101,8 +100,7 @@ SCRIPTS_MORE2 = \ test12.out \ test25.out \ test49.out \ - test97.out \ - test_listlbr_utf8.out + test97.out # Tests that run on most systems, but not MingW and Cygwin. @@ -164,6 +162,8 @@ NEW_TESTS = test_arglist.res \ test_job_fails.res \ test_json.res \ test_langmap.res \ + test_listlbr.res \ + test_listlbr_utf8.res \ test_lua.res \ test_man.res \ test_marks.res \ |