comparison src/Makefile @ 11961:0240e7e3d736 v8.0.0861

patch 8.0.0861: still many old style tests commit https://github.com/vim/vim/commit/4a137b45864310060410f34cb9c7d0f0231bb256 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 4 22:37:11 2017 +0200 patch 8.0.0861: still many old style tests Problem: Still many old style tests. Solution: Convert several tests to new style. (Yegappan Lakshmanan)
author Christian Brabandt <cb@256bit.org>
date Fri, 04 Aug 2017 22:45:04 +0200
parents 1c65cad8b967
children 7d7835ab8b37
comparison
equal deleted inserted replaced
11960:e9776f970210 11961:0240e7e3d736
2135 test_command_count \ 2135 test_command_count \
2136 test_comparators \ 2136 test_comparators \
2137 test_crypt \ 2137 test_crypt \
2138 test_cscope \ 2138 test_cscope \
2139 test_cursor_func \ 2139 test_cursor_func \
2140 test_curswant \
2140 test_delete \ 2141 test_delete \
2141 test_diffmode \ 2142 test_diffmode \
2142 test_digraph \ 2143 test_digraph \
2143 test_display \ 2144 test_display \
2144 test_edit \ 2145 test_edit \
2153 test_expr \ 2154 test_expr \
2154 test_expr_utf8 \ 2155 test_expr_utf8 \
2155 test_farsi \ 2156 test_farsi \
2156 test_feedkeys \ 2157 test_feedkeys \
2157 test_file_perm \ 2158 test_file_perm \
2159 test_file_size \
2158 test_fileformat \ 2160 test_fileformat \
2159 test_filetype \ 2161 test_filetype \
2160 test_filter_cmd \ 2162 test_filter_cmd \
2161 test_filter_map \ 2163 test_filter_map \
2162 test_findfile \ 2164 test_findfile \
2187 test_json \ 2189 test_json \
2188 test_jumps \ 2190 test_jumps \
2189 test_lambda \ 2191 test_lambda \
2190 test_langmap \ 2192 test_langmap \
2191 test_largefile \ 2193 test_largefile \
2194 test_let \
2195 test_lineending \
2192 test_lispwords \ 2196 test_lispwords \
2193 test_listlbr \ 2197 test_listlbr \
2194 test_listlbr_utf8 \ 2198 test_listlbr_utf8 \
2195 test_lua \ 2199 test_lua \
2196 test_makeencoding \ 2200 test_makeencoding \
2231 test_regexp_utf8 \ 2235 test_regexp_utf8 \
2232 test_registers \ 2236 test_registers \
2233 test_reltime \ 2237 test_reltime \
2234 test_retab \ 2238 test_retab \
2235 test_ruby \ 2239 test_ruby \
2240 test_scrollbind \
2236 test_search \ 2241 test_search \
2237 test_searchpos \ 2242 test_searchpos \
2238 test_set \ 2243 test_set \
2239 test_sha256 \ 2244 test_sha256 \
2240 test_signs \ 2245 test_signs \