From 544d3bc9f0e494cb712a33b61558b8e8e12b1e0b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 5 Feb 2017 21:14:50 +0100 Subject: 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) --- src/testdir/Make_all.mak | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/testdir/Make_all.mak') 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 \ -- cgit v1.2.3