comparison src/Makefile @ 10843:678edb254216 v8.0.0311

patch 8.0.0311: linebreak tests are old style commit https://github.com/vim/vim/commit/544d3bc9f0e494cb712a33b61558b8e8e12b1e0b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 5 21:14:50 2017 +0100 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)
author Christian Brabandt <cb@256bit.org>
date Sun, 05 Feb 2017 21:15:04 +0100
parents 8c117418aea9
children cb71a5468aca
comparison
equal deleted inserted replaced
10842:cea113b1210b 10843:678edb254216
2070 test_eval \ 2070 test_eval \
2071 test_fixeol \ 2071 test_fixeol \
2072 test_getcwd \ 2072 test_getcwd \
2073 test_insertcount \ 2073 test_insertcount \
2074 test_listchars \ 2074 test_listchars \
2075 test_listlbr \
2076 test_listlbr_utf8 \
2077 test_search_mbyte \ 2075 test_search_mbyte \
2078 test_wordcount \ 2076 test_wordcount \
2079 test3 test4 test5 test6 test7 test8 test9 \ 2077 test3 test4 test5 test6 test7 test8 test9 \
2080 test11 test12 test14 test15 test17 test18 test19 \ 2078 test11 test12 test14 test15 test17 test18 test19 \
2081 test20 test21 test22 test23 test24 test25 test26 test27 test28 test29 \ 2079 test20 test21 test22 test23 test24 test25 test26 test27 test28 test29 \
2146 test_jumps \ 2144 test_jumps \
2147 test_lambda \ 2145 test_lambda \
2148 test_langmap \ 2146 test_langmap \
2149 test_largefile \ 2147 test_largefile \
2150 test_lispwords \ 2148 test_lispwords \
2149 test_listlbr \
2150 test_listlbr_utf8 \
2151 test_lua \ 2151 test_lua \
2152 test_man \ 2152 test_man \
2153 test_mapping \ 2153 test_mapping \
2154 test_marks \ 2154 test_marks \
2155 test_match \ 2155 test_match \