Bram Moolenaar | 7b6156f | 2015-12-28 16:01:26 +0100 | [diff] [blame] | 1 | # |
2 | # Common Makefile, defines the list of tests to run. | ||||
3 | # | ||||
4 | |||||
Bram Moolenaar | 8be2fbb | 2017-02-23 19:32:47 +0100 | [diff] [blame] | 5 | # Options for protecting the tests against undesirable interaction with the |
6 | # environment | ||||
7 | NO_PLUGINS = --noplugin --not-a-term | ||||
8 | NO_INITS = -U NONE $(NO_PLUGINS) | ||||
Bram Moolenaar | d2227a0 | 2016-02-25 22:37:42 +0100 | [diff] [blame] | 9 | |
Bram Moolenaar | a608243 | 2015-12-28 16:26:45 +0100 | [diff] [blame] | 10 | # The first script creates small.vim. |
11 | SCRIPTS_FIRST = \ | ||||
12 | test1.out | ||||
13 | |||||
Bram Moolenaar | 7b6156f | 2015-12-28 16:01:26 +0100 | [diff] [blame] | 14 | # Tests that run on all systems. |
15 | SCRIPTS_ALL = \ | ||||
Bram Moolenaar | 7b6156f | 2015-12-28 16:01:26 +0100 | [diff] [blame] | 16 | test42.out \ |
Bram Moolenaar | 7b6156f | 2015-12-28 16:01:26 +0100 | [diff] [blame] | 17 | test44.out \ |
Bram Moolenaar | 7b6156f | 2015-12-28 16:01:26 +0100 | [diff] [blame] | 18 | test70.out \ |
Bram Moolenaar | 7b6156f | 2015-12-28 16:01:26 +0100 | [diff] [blame] | 19 | test99.out \ |
Bram Moolenaar | a703aae | 2017-12-11 22:55:26 +0100 | [diff] [blame] | 20 | test_eval.out |
Bram Moolenaar | 7b6156f | 2015-12-28 16:01:26 +0100 | [diff] [blame] | 21 | |
22 | |||||
23 | # Tests that run on most systems, but not on Amiga. | ||||
24 | SCRIPTS_MORE1 = \ | ||||
Bram Moolenaar | 7b6156f | 2015-12-28 16:01:26 +0100 | [diff] [blame] | 25 | test52.out \ |
Bram Moolenaar | 7b6156f | 2015-12-28 16:01:26 +0100 | [diff] [blame] | 26 | test86.out \ |
27 | test87.out | ||||
28 | |||||
29 | |||||
30 | # Tests that run on most systems, but not on Amiga and DOS/Windows. | ||||
31 | SCRIPTS_MORE2 = \ | ||||
Bram Moolenaar | 292eff0 | 2017-07-11 21:46:28 +0200 | [diff] [blame] | 32 | test49.out |
Bram Moolenaar | 7b6156f | 2015-12-28 16:01:26 +0100 | [diff] [blame] | 33 | |
34 | |||||
Bram Moolenaar | 7b6156f | 2015-12-28 16:01:26 +0100 | [diff] [blame] | 35 | # Tests that run on most systems, but not on VMS |
36 | SCRIPTS_MORE4 = \ | ||||
Bram Moolenaar | 3e2d1c8 | 2019-12-14 20:35:01 +0100 | [diff] [blame] | 37 | test59.out |
Bram Moolenaar | 7b6156f | 2015-12-28 16:01:26 +0100 | [diff] [blame] | 38 | |
39 | # Tests specifically for MS-Windows. | ||||
Bram Moolenaar | cada789 | 2018-01-31 19:30:24 +0100 | [diff] [blame] | 40 | SCRIPTS_WIN32 = |
Bram Moolenaar | 7b6156f | 2015-12-28 16:01:26 +0100 | [diff] [blame] | 41 | |
42 | |||||
43 | # Tests for the GUI. | ||||
Bram Moolenaar | 877e957 | 2016-08-04 20:05:50 +0200 | [diff] [blame] | 44 | SCRIPTS_GUI = |
Bram Moolenaar | 7b6156f | 2015-12-28 16:01:26 +0100 | [diff] [blame] | 45 | |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 46 | # Individual tests, including the ones part of test_alot. |
47 | # Please keep sorted up to test_alot. | ||||
48 | NEW_TESTS = \ | ||||
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 49 | test_arabic \ |
Bram Moolenaar | 209b8e3 | 2019-03-14 13:43:24 +0100 | [diff] [blame] | 50 | test_arglist \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 51 | test_assert \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 52 | test_autochdir \ |
53 | test_autocmd \ | ||||
54 | test_autoload \ | ||||
55 | test_backspace_opt \ | ||||
56 | test_backup \ | ||||
Bram Moolenaar | 2f10658 | 2019-05-08 21:59:25 +0200 | [diff] [blame] | 57 | test_balloon \ |
Bram Moolenaar | b46fecd | 2019-06-15 17:58:09 +0200 | [diff] [blame] | 58 | test_balloon_gui \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 59 | test_behave \ |
Bram Moolenaar | 6e5ea8d | 2019-01-12 22:47:31 +0100 | [diff] [blame] | 60 | test_blob \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 61 | test_blockedit \ |
62 | test_breakindent \ | ||||
Bram Moolenaar | 9f6277b | 2020-02-11 22:04:02 +0100 | [diff] [blame] | 63 | test_buffer \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 64 | test_bufline \ |
65 | test_bufwintabinfo \ | ||||
66 | test_cd \ | ||||
67 | test_cdo \ | ||||
68 | test_changedtick \ | ||||
69 | test_changelist \ | ||||
70 | test_channel \ | ||||
71 | test_charsearch \ | ||||
72 | test_charsearch_utf8 \ | ||||
Bram Moolenaar | f0ab01f | 2019-05-06 22:00:00 +0200 | [diff] [blame] | 73 | test_checkpath \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 74 | test_cindent \ |
75 | test_clientserver \ | ||||
76 | test_close_count \ | ||||
77 | test_cmdline \ | ||||
78 | test_command_count \ | ||||
79 | test_comparators \ | ||||
80 | test_compiler \ | ||||
81 | test_conceal \ | ||||
Bram Moolenaar | 9937a05 | 2019-06-15 15:45:06 +0200 | [diff] [blame] | 82 | test_const \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 83 | test_crypt \ |
84 | test_cscope \ | ||||
85 | test_cursor_func \ | ||||
Bram Moolenaar | 410e98a | 2019-09-09 22:05:49 +0200 | [diff] [blame] | 86 | test_cursorline \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 87 | test_curswant \ |
Bram Moolenaar | 113bf06 | 2019-04-17 16:54:05 +0200 | [diff] [blame] | 88 | test_debugger \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 89 | test_delete \ |
90 | test_diffmode \ | ||||
91 | test_digraph \ | ||||
92 | test_display \ | ||||
93 | test_edit \ | ||||
Bram Moolenaar | 8a7d654 | 2020-01-26 15:56:19 +0100 | [diff] [blame] | 94 | test_environ \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 95 | test_erasebackword \ |
96 | test_escaped_glob \ | ||||
97 | test_eval_stuff \ | ||||
Bram Moolenaar | 99531a7 | 2019-01-24 22:42:37 +0100 | [diff] [blame] | 98 | test_ex_equal \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 99 | test_ex_undo \ |
100 | test_ex_z \ | ||||
Bram Moolenaar | 59cb041 | 2019-12-18 22:26:31 +0100 | [diff] [blame] | 101 | test_ex_mode \ |
Bram Moolenaar | 94f82cb | 2019-07-24 22:30:27 +0200 | [diff] [blame] | 102 | test_excmd \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 103 | test_exec_while_if \ |
104 | test_execute_func \ | ||||
105 | test_exists \ | ||||
106 | test_exists_autocmd \ | ||||
Bram Moolenaar | 209b8e3 | 2019-03-14 13:43:24 +0100 | [diff] [blame] | 107 | test_exit \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 108 | test_expand \ |
109 | test_expand_dllpath \ | ||||
110 | test_expand_func \ | ||||
111 | test_expr \ | ||||
112 | test_expr_utf8 \ | ||||
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 113 | test_feedkeys \ |
114 | test_file_perm \ | ||||
115 | test_file_size \ | ||||
Bram Moolenaar | 5e66b42 | 2019-01-24 21:58:10 +0100 | [diff] [blame] | 116 | test_filechanged \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 117 | test_fileformat \ |
118 | test_filetype \ | ||||
119 | test_filter_cmd \ | ||||
120 | test_filter_map \ | ||||
121 | test_find_complete \ | ||||
122 | test_findfile \ | ||||
123 | test_fixeol \ | ||||
124 | test_float_func \ | ||||
125 | test_fnameescape \ | ||||
126 | test_fnamemodify \ | ||||
127 | test_fold \ | ||||
128 | test_functions \ | ||||
129 | test_ga \ | ||||
130 | test_getcwd \ | ||||
131 | test_getvar \ | ||||
132 | test_gf \ | ||||
133 | test_glob2regpat \ | ||||
134 | test_global \ | ||||
135 | test_gn \ | ||||
136 | test_goto \ | ||||
137 | test_gui \ | ||||
138 | test_gui_init \ | ||||
139 | test_hardcopy \ | ||||
140 | test_help \ | ||||
141 | test_help_tagjump \ | ||||
142 | test_hide \ | ||||
143 | test_highlight \ | ||||
144 | test_history \ | ||||
145 | test_hlsearch \ | ||||
146 | test_iminsert \ | ||||
147 | test_increment \ | ||||
148 | test_increment_dbcs \ | ||||
149 | test_ins_complete \ | ||||
Bram Moolenaar | 67a2deb | 2019-11-25 00:05:32 +0100 | [diff] [blame] | 150 | test_interrupt \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 151 | test_job_fails \ |
152 | test_join \ | ||||
153 | test_json \ | ||||
154 | test_jumplist \ | ||||
155 | test_jumps \ | ||||
156 | test_lambda \ | ||||
157 | test_langmap \ | ||||
158 | test_largefile \ | ||||
159 | test_let \ | ||||
160 | test_lineending \ | ||||
161 | test_lispwords \ | ||||
162 | test_listchars \ | ||||
163 | test_listdict \ | ||||
Bram Moolenaar | a334772 | 2019-05-11 21:14:24 +0200 | [diff] [blame] | 164 | test_listener \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 165 | test_listlbr \ |
166 | test_listlbr_utf8 \ | ||||
167 | test_lua \ | ||||
168 | test_makeencoding \ | ||||
169 | test_man \ | ||||
170 | test_maparg \ | ||||
171 | test_mapping \ | ||||
172 | test_marks \ | ||||
173 | test_match \ | ||||
174 | test_matchadd_conceal \ | ||||
175 | test_matchadd_conceal_utf8 \ | ||||
Bram Moolenaar | 209b8e3 | 2019-03-14 13:43:24 +0100 | [diff] [blame] | 176 | test_memory_usage \ |
Bram Moolenaar | ac92e25 | 2019-08-03 21:58:38 +0200 | [diff] [blame] | 177 | test_method \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 178 | test_menu \ |
179 | test_messages \ | ||||
180 | test_mksession \ | ||||
181 | test_mksession_utf8 \ | ||||
182 | test_modeline \ | ||||
183 | test_move \ | ||||
184 | test_nested_function \ | ||||
185 | test_netbeans \ | ||||
186 | test_normal \ | ||||
187 | test_number \ | ||||
188 | test_options \ | ||||
189 | test_packadd \ | ||||
190 | test_partial \ | ||||
191 | test_paste \ | ||||
192 | test_perl \ | ||||
193 | test_plus_arg_edit \ | ||||
194 | test_popup \ | ||||
Bram Moolenaar | 4d784b2 | 2019-05-25 19:51:39 +0200 | [diff] [blame] | 195 | test_popupwin \ |
Bram Moolenaar | 8e95636 | 2019-08-25 23:08:17 +0200 | [diff] [blame] | 196 | test_popupwin_textprop \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 197 | test_preview \ |
198 | test_profile \ | ||||
199 | test_prompt_buffer \ | ||||
200 | test_put \ | ||||
201 | test_python2 \ | ||||
202 | test_python3 \ | ||||
203 | test_pyx2 \ | ||||
204 | test_pyx3 \ | ||||
205 | test_quickfix \ | ||||
206 | test_quotestar \ | ||||
Bram Moolenaar | 06b0b4b | 2019-11-25 15:40:55 +0100 | [diff] [blame] | 207 | test_random \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 208 | test_recover \ |
209 | test_regex_char_classes \ | ||||
210 | test_regexp_latin \ | ||||
211 | test_regexp_utf8 \ | ||||
212 | test_registers \ | ||||
213 | test_reltime \ | ||||
Bram Moolenaar | ef8c956 | 2019-03-02 06:42:07 +0100 | [diff] [blame] | 214 | test_rename \ |
Bram Moolenaar | 8c62a08 | 2019-02-08 14:34:10 +0100 | [diff] [blame] | 215 | test_restricted \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 216 | test_retab \ |
217 | test_ruby \ | ||||
218 | test_scriptnames \ | ||||
219 | test_scroll_opt \ | ||||
220 | test_scrollbind \ | ||||
221 | test_search \ | ||||
Bram Moolenaar | 9dfa313 | 2019-05-04 21:08:40 +0200 | [diff] [blame] | 222 | test_search_stat \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 223 | test_searchpos \ |
224 | test_set \ | ||||
225 | test_sha256 \ | ||||
Bram Moolenaar | d5e3cc1 | 2019-08-12 14:38:02 +0200 | [diff] [blame] | 226 | test_shift \ |
Bram Moolenaar | b45125b | 2019-03-24 20:18:40 +0100 | [diff] [blame] | 227 | test_shortpathname \ |
Bram Moolenaar | db77b84 | 2019-03-24 14:58:31 +0100 | [diff] [blame] | 228 | test_signals \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 229 | test_signs \ |
230 | test_smartindent \ | ||||
231 | test_sort \ | ||||
Bram Moolenaar | 427f5b6 | 2019-06-09 13:43:51 +0200 | [diff] [blame] | 232 | test_sound \ |
Bram Moolenaar | 2b61852 | 2019-01-12 13:26:03 +0100 | [diff] [blame] | 233 | test_source \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 234 | test_source_utf8 \ |
235 | test_spell \ | ||||
Bram Moolenaar | 08cc374 | 2019-08-11 22:51:14 +0200 | [diff] [blame] | 236 | test_spellfile \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 237 | test_startup \ |
238 | test_startup_utf8 \ | ||||
239 | test_stat \ | ||||
240 | test_statusline \ | ||||
241 | test_substitute \ | ||||
242 | test_suspend \ | ||||
243 | test_swap \ | ||||
244 | test_syn_attr \ | ||||
245 | test_syntax \ | ||||
246 | test_system \ | ||||
247 | test_tab \ | ||||
248 | test_tabline \ | ||||
249 | test_tabpage \ | ||||
250 | test_tagcase \ | ||||
Bram Moolenaar | 45e18cb | 2019-04-28 18:05:35 +0200 | [diff] [blame] | 251 | test_tagfunc \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 252 | test_tagjump \ |
253 | test_taglist \ | ||||
254 | test_tcl \ | ||||
Bram Moolenaar | 905dd90 | 2019-04-07 14:21:47 +0200 | [diff] [blame] | 255 | test_termcodes \ |
Bram Moolenaar | 4d784b2 | 2019-05-25 19:51:39 +0200 | [diff] [blame] | 256 | test_termencoding \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 257 | test_terminal \ |
258 | test_terminal_fail \ | ||||
259 | test_textformat \ | ||||
260 | test_textobjects \ | ||||
261 | test_textprop \ | ||||
262 | test_timers \ | ||||
263 | test_true_false \ | ||||
Bram Moolenaar | 1f06823 | 2019-11-03 16:17:26 +0100 | [diff] [blame] | 264 | test_trycatch \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 265 | test_undo \ |
266 | test_unlet \ | ||||
Bram Moolenaar | b45125b | 2019-03-24 20:18:40 +0100 | [diff] [blame] | 267 | test_user_func \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 268 | test_usercommands \ |
269 | test_utf8 \ | ||||
270 | test_utf8_comparisons \ | ||||
271 | test_vartabs \ | ||||
Bram Moolenaar | 5cab73f | 2020-02-06 19:25:19 +0100 | [diff] [blame] | 272 | test_vim9_disassemble \ |
Bram Moolenaar | 8a7d654 | 2020-01-26 15:56:19 +0100 | [diff] [blame] | 273 | test_vim9_expr \ |
274 | test_vim9_script \ | ||||
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 275 | test_viminfo \ |
276 | test_vimscript \ | ||||
277 | test_virtualedit \ | ||||
278 | test_visual \ | ||||
279 | test_winbar \ | ||||
280 | test_winbuf_close \ | ||||
281 | test_window_cmd \ | ||||
282 | test_window_id \ | ||||
283 | test_windows_home \ | ||||
Bram Moolenaar | e93e5a5 | 2019-02-15 20:22:38 +0100 | [diff] [blame] | 284 | test_wnext \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 285 | test_wordcount \ |
286 | test_writefile \ | ||||
287 | test_xxd \ | ||||
288 | test_alot_latin \ | ||||
289 | test_alot_utf8 \ | ||||
290 | test_alot | ||||
Bram Moolenaar | 7b6156f | 2015-12-28 16:01:26 +0100 | [diff] [blame] | 291 | |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 292 | |
293 | # Test targets that use runtest.vim. | ||||
Bram Moolenaar | 4d58502 | 2016-04-14 19:50:22 +0200 | [diff] [blame] | 294 | # Keep test_alot*.res as the last one, sort the others. |
Bram Moolenaar | 6e77df2 | 2017-11-21 11:43:08 +0100 | [diff] [blame] | 295 | # test_largefile.res is omitted, it uses too much resources to run on CI. |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 296 | NEW_TESTS_RES = \ |
297 | test_arabic.res \ | ||||
298 | test_arglist.res \ | ||||
299 | test_assert.res \ | ||||
300 | test_autochdir.res \ | ||||
301 | test_autocmd.res \ | ||||
302 | test_autoload.res \ | ||||
303 | test_backspace_opt.res \ | ||||
Bram Moolenaar | 2f10658 | 2019-05-08 21:59:25 +0200 | [diff] [blame] | 304 | test_balloon.res \ |
Bram Moolenaar | b46fecd | 2019-06-15 17:58:09 +0200 | [diff] [blame] | 305 | test_balloon_gui.res \ |
Bram Moolenaar | 6e5ea8d | 2019-01-12 22:47:31 +0100 | [diff] [blame] | 306 | test_blob.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 307 | test_blockedit.res \ |
308 | test_breakindent.res \ | ||||
Bram Moolenaar | 9f6277b | 2020-02-11 22:04:02 +0100 | [diff] [blame] | 309 | test_buffer.res \ |
Bram Moolenaar | 842931c | 2020-01-28 21:53:28 +0100 | [diff] [blame] | 310 | test_bufline.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 311 | test_bufwintabinfo.res \ |
Bram Moolenaar | 842931c | 2020-01-28 21:53:28 +0100 | [diff] [blame] | 312 | test_cd.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 313 | test_cdo.res \ |
Bram Moolenaar | 842931c | 2020-01-28 21:53:28 +0100 | [diff] [blame] | 314 | test_changedtick.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 315 | test_changelist.res \ |
316 | test_channel.res \ | ||||
317 | test_charsearch.res \ | ||||
Bram Moolenaar | f0ab01f | 2019-05-06 22:00:00 +0200 | [diff] [blame] | 318 | test_checkpath.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 319 | test_cindent.res \ |
320 | test_clientserver.res \ | ||||
321 | test_close_count.res \ | ||||
322 | test_cmdline.res \ | ||||
323 | test_command_count.res \ | ||||
324 | test_comparators.res \ | ||||
325 | test_conceal.res \ | ||||
Bram Moolenaar | 9937a05 | 2019-06-15 15:45:06 +0200 | [diff] [blame] | 326 | test_const.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 327 | test_crypt.res \ |
328 | test_cscope.res \ | ||||
Bram Moolenaar | 842931c | 2020-01-28 21:53:28 +0100 | [diff] [blame] | 329 | test_cursor_func.res \ |
330 | test_cursorline.res \ | ||||
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 331 | test_curswant.res \ |
Bram Moolenaar | 113bf06 | 2019-04-17 16:54:05 +0200 | [diff] [blame] | 332 | test_debugger.res \ |
Bram Moolenaar | 842931c | 2020-01-28 21:53:28 +0100 | [diff] [blame] | 333 | test_delete.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 334 | test_diffmode.res \ |
335 | test_digraph.res \ | ||||
336 | test_display.res \ | ||||
337 | test_edit.res \ | ||||
Bram Moolenaar | 691ddee | 2019-05-09 14:52:41 +0200 | [diff] [blame] | 338 | test_environ.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 339 | test_erasebackword.res \ |
340 | test_escaped_glob.res \ | ||||
341 | test_eval_stuff.res \ | ||||
Bram Moolenaar | 94f82cb | 2019-07-24 22:30:27 +0200 | [diff] [blame] | 342 | test_excmd.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 343 | test_exec_while_if.res \ |
Bram Moolenaar | 842931c | 2020-01-28 21:53:28 +0100 | [diff] [blame] | 344 | test_execute_func.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 345 | test_exists.res \ |
346 | test_exists_autocmd.res \ | ||||
347 | test_exit.res \ | ||||
Bram Moolenaar | 842931c | 2020-01-28 21:53:28 +0100 | [diff] [blame] | 348 | test_expr.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 349 | test_file_size.res \ |
Bram Moolenaar | 5e66b42 | 2019-01-24 21:58:10 +0100 | [diff] [blame] | 350 | test_filechanged.res \ |
Bram Moolenaar | 842931c | 2020-01-28 21:53:28 +0100 | [diff] [blame] | 351 | test_fileformat.res \ |
352 | test_filetype.res \ | ||||
353 | test_filter_cmd.res \ | ||||
354 | test_filter_map.res \ | ||||
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 355 | test_find_complete.res \ |
Bram Moolenaar | 842931c | 2020-01-28 21:53:28 +0100 | [diff] [blame] | 356 | test_findfile.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 357 | test_fixeol.res \ |
Bram Moolenaar | 842931c | 2020-01-28 21:53:28 +0100 | [diff] [blame] | 358 | test_float_func.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 359 | test_fnameescape.res \ |
360 | test_fold.res \ | ||||
Bram Moolenaar | 842931c | 2020-01-28 21:53:28 +0100 | [diff] [blame] | 361 | test_functions.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 362 | test_getcwd.res \ |
363 | test_getvar.res \ | ||||
364 | test_gf.res \ | ||||
365 | test_gn.res \ | ||||
Bram Moolenaar | 842931c | 2020-01-28 21:53:28 +0100 | [diff] [blame] | 366 | test_goto.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 367 | test_gui.res \ |
368 | test_gui_init.res \ | ||||
369 | test_hardcopy.res \ | ||||
370 | test_help.res \ | ||||
Bram Moolenaar | 842931c | 2020-01-28 21:53:28 +0100 | [diff] [blame] | 371 | test_help_tagjump.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 372 | test_hide.res \ |
373 | test_highlight.res \ | ||||
374 | test_history.res \ | ||||
375 | test_hlsearch.res \ | ||||
376 | test_iminsert.res \ | ||||
377 | test_increment.res \ | ||||
378 | test_increment_dbcs.res \ | ||||
379 | test_ins_complete.res \ | ||||
Bram Moolenaar | 67a2deb | 2019-11-25 00:05:32 +0100 | [diff] [blame] | 380 | test_interrupt.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 381 | test_job_fails.res \ |
Bram Moolenaar | 842931c | 2020-01-28 21:53:28 +0100 | [diff] [blame] | 382 | test_join.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 383 | test_json.res \ |
384 | test_jumplist.res \ | ||||
Bram Moolenaar | 842931c | 2020-01-28 21:53:28 +0100 | [diff] [blame] | 385 | test_lambda.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 386 | test_langmap.res \ |
387 | test_let.res \ | ||||
388 | test_lineending.res \ | ||||
389 | test_listchars.res \ | ||||
390 | test_listdict.res \ | ||||
Bram Moolenaar | a334772 | 2019-05-11 21:14:24 +0200 | [diff] [blame] | 391 | test_listener.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 392 | test_listlbr.res \ |
393 | test_lua.res \ | ||||
394 | test_makeencoding.res \ | ||||
395 | test_man.res \ | ||||
396 | test_maparg.res \ | ||||
Bram Moolenaar | 4bd88d5 | 2019-10-16 19:27:26 +0200 | [diff] [blame] | 397 | test_mapping.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 398 | test_marks.res \ |
Bram Moolenaar | 842931c | 2020-01-28 21:53:28 +0100 | [diff] [blame] | 399 | test_match.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 400 | test_matchadd_conceal.res \ |
Bram Moolenaar | 36ddf93 | 2020-03-03 23:06:48 +0100 | [diff] [blame] | 401 | test_matchadd_conceal_utf8.res \ |
Bram Moolenaar | 209b8e3 | 2019-03-14 13:43:24 +0100 | [diff] [blame] | 402 | test_memory_usage.res \ |
Bram Moolenaar | 842931c | 2020-01-28 21:53:28 +0100 | [diff] [blame] | 403 | test_messages.res \ |
Bram Moolenaar | ac92e25 | 2019-08-03 21:58:38 +0200 | [diff] [blame] | 404 | test_method.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 405 | test_mksession.res \ |
Bram Moolenaar | 842931c | 2020-01-28 21:53:28 +0100 | [diff] [blame] | 406 | test_modeline.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 407 | test_nested_function.res \ |
408 | test_netbeans.res \ | ||||
409 | test_normal.res \ | ||||
410 | test_number.res \ | ||||
411 | test_options.res \ | ||||
412 | test_packadd.res \ | ||||
Bram Moolenaar | 842931c | 2020-01-28 21:53:28 +0100 | [diff] [blame] | 413 | test_partial.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 414 | test_paste.res \ |
415 | test_perl.res \ | ||||
416 | test_plus_arg_edit.res \ | ||||
Bram Moolenaar | 842931c | 2020-01-28 21:53:28 +0100 | [diff] [blame] | 417 | test_popup.res \ |
Bram Moolenaar | 4d784b2 | 2019-05-25 19:51:39 +0200 | [diff] [blame] | 418 | test_popupwin.res \ |
Bram Moolenaar | 8e95636 | 2019-08-25 23:08:17 +0200 | [diff] [blame] | 419 | test_popupwin_textprop.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 420 | test_preview.res \ |
421 | test_profile.res \ | ||||
422 | test_prompt_buffer.res \ | ||||
423 | test_python2.res \ | ||||
424 | test_python3.res \ | ||||
425 | test_pyx2.res \ | ||||
426 | test_pyx3.res \ | ||||
427 | test_quickfix.res \ | ||||
428 | test_quotestar.res \ | ||||
Bram Moolenaar | 06b0b4b | 2019-11-25 15:40:55 +0100 | [diff] [blame] | 429 | test_random.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 430 | test_regex_char_classes.res \ |
431 | test_registers.res \ | ||||
Bram Moolenaar | 842931c | 2020-01-28 21:53:28 +0100 | [diff] [blame] | 432 | test_rename.res \ |
Bram Moolenaar | 8c62a08 | 2019-02-08 14:34:10 +0100 | [diff] [blame] | 433 | test_restricted.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 434 | test_retab.res \ |
435 | test_ruby.res \ | ||||
436 | test_scriptnames.res \ | ||||
437 | test_scrollbind.res \ | ||||
438 | test_search.res \ | ||||
Bram Moolenaar | 9dfa313 | 2019-05-04 21:08:40 +0200 | [diff] [blame] | 439 | test_search_stat.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 440 | test_shortpathname.res \ |
Bram Moolenaar | db77b84 | 2019-03-24 14:58:31 +0100 | [diff] [blame] | 441 | test_signals.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 442 | test_signs.res \ |
443 | test_smartindent.res \ | ||||
Bram Moolenaar | 842931c | 2020-01-28 21:53:28 +0100 | [diff] [blame] | 444 | test_sort.res \ |
Bram Moolenaar | 427f5b6 | 2019-06-09 13:43:51 +0200 | [diff] [blame] | 445 | test_sound.res \ |
Bram Moolenaar | 2b61852 | 2019-01-12 13:26:03 +0100 | [diff] [blame] | 446 | test_source.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 447 | test_spell.res \ |
Bram Moolenaar | 08cc374 | 2019-08-11 22:51:14 +0200 | [diff] [blame] | 448 | test_spellfile.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 449 | test_startup.res \ |
450 | test_stat.res \ | ||||
Bram Moolenaar | 842931c | 2020-01-28 21:53:28 +0100 | [diff] [blame] | 451 | test_statusline.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 452 | test_substitute.res \ |
Bram Moolenaar | 842931c | 2020-01-28 21:53:28 +0100 | [diff] [blame] | 453 | test_suspend.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 454 | test_swap.res \ |
Bram Moolenaar | 842931c | 2020-01-28 21:53:28 +0100 | [diff] [blame] | 455 | test_syn_attr.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 456 | test_syntax.res \ |
457 | test_system.res \ | ||||
458 | test_tab.res \ | ||||
Bram Moolenaar | 842931c | 2020-01-28 21:53:28 +0100 | [diff] [blame] | 459 | test_tabpage.res \ |
460 | test_tagjump.res \ | ||||
461 | test_taglist.res \ | ||||
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 462 | test_tcl.res \ |
Bram Moolenaar | 905dd90 | 2019-04-07 14:21:47 +0200 | [diff] [blame] | 463 | test_termcodes.res \ |
Bram Moolenaar | 4d784b2 | 2019-05-25 19:51:39 +0200 | [diff] [blame] | 464 | test_termencoding.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 465 | test_terminal.res \ |
466 | test_terminal_fail.res \ | ||||
467 | test_textformat.res \ | ||||
468 | test_textobjects.res \ | ||||
469 | test_textprop.res \ | ||||
Bram Moolenaar | 03af01f | 2019-12-25 13:59:51 +0100 | [diff] [blame] | 470 | test_timers.res \ |
Bram Moolenaar | 842931c | 2020-01-28 21:53:28 +0100 | [diff] [blame] | 471 | test_true_false.res \ |
Bram Moolenaar | 1f06823 | 2019-11-03 16:17:26 +0100 | [diff] [blame] | 472 | test_trycatch.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 473 | test_undo.res \ |
474 | test_user_func.res \ | ||||
475 | test_usercommands.res \ | ||||
476 | test_vartabs.res \ | ||||
Bram Moolenaar | 5cab73f | 2020-02-06 19:25:19 +0100 | [diff] [blame] | 477 | test_vim9_disassemble.res \ |
Bram Moolenaar | 8a7d654 | 2020-01-26 15:56:19 +0100 | [diff] [blame] | 478 | test_vim9_expr.res \ |
479 | test_vim9_script.res \ | ||||
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 480 | test_viminfo.res \ |
481 | test_vimscript.res \ | ||||
Bram Moolenaar | 842931c | 2020-01-28 21:53:28 +0100 | [diff] [blame] | 482 | test_virtualedit.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 483 | test_visual.res \ |
484 | test_winbar.res \ | ||||
485 | test_winbuf_close.res \ | ||||
Bram Moolenaar | 842931c | 2020-01-28 21:53:28 +0100 | [diff] [blame] | 486 | test_window_cmd.res \ |
Bram Moolenaar | ec50401 | 2019-01-11 17:30:16 +0100 | [diff] [blame] | 487 | test_window_id.res \ |
488 | test_windows_home.res \ | ||||
489 | test_wordcount.res \ | ||||
490 | test_writefile.res \ | ||||
491 | test_xxd.res \ | ||||
492 | test_alot_latin.res \ | ||||
493 | test_alot_utf8.res \ | ||||
494 | test_alot.res |