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