annotate src/Make_all.mak @ 14272:5403d789674f v8.1.0152

patch 8.1.0152: cannot easily run individual tests on MS-Windows commit https://github.com/vim/vim/commit/f3dc235576da7394fbe743aba732f43289f32c24 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 4 23:05:34 2018 +0200 patch 8.1.0152: cannot easily run individual tests on MS-Windows Problem: Cannot easily run individual tests on MS-Windows. Solution: Move the list of tests to a separate file. Add a build rule in the MSVC makefile.
author Christian Brabandt <cb@256bit.org>
date Wed, 04 Jul 2018 23:15:05 +0200
parents
children d9e6eec551e1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14272
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
1 #
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
2 # Common Makefile, defines the list of tests to run.
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
3 #
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
4
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
5 # Individual tests, including the ones part of test_alot
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
6 NEW_TESTS = \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
7 test_arglist \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
8 test_arabic \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
9 test_assert \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
10 test_assign \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
11 test_autochdir \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
12 test_autocmd \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
13 test_autoload \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
14 test_backspace_opt \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
15 test_blockedit \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
16 test_breakindent \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
17 test_bufline \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
18 test_bufwintabinfo \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
19 test_cd \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
20 test_cdo \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
21 test_changedtick \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
22 test_changelist \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
23 test_channel \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
24 test_charsearch \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
25 test_charsearch_utf8 \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
26 test_cindent \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
27 test_clientserver \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
28 test_close_count \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
29 test_cmdline \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
30 test_command_count \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
31 test_comparators \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
32 test_compiler \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
33 test_crypt \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
34 test_cscope \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
35 test_cursor_func \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
36 test_curswant \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
37 test_delete \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
38 test_diffmode \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
39 test_digraph \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
40 test_display \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
41 test_edit \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
42 test_erasebackword \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
43 test_escaped_glob \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
44 test_eval_stuff \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
45 test_ex_undo \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
46 test_ex_z \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
47 test_exit \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
48 test_exec_while_if \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
49 test_execute_func \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
50 test_exists \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
51 test_exists_autocmd \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
52 test_expand \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
53 test_expand_dllpath \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
54 test_expr \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
55 test_expr_utf8 \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
56 test_farsi \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
57 test_feedkeys \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
58 test_file_perm \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
59 test_file_size \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
60 test_fileformat \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
61 test_filetype \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
62 test_filter_cmd \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
63 test_filter_map \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
64 test_find_complete \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
65 test_findfile \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
66 test_fixeol \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
67 test_float_func \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
68 test_fnameescape \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
69 test_fnamemodify \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
70 test_fold \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
71 test_functions \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
72 test_ga \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
73 test_getcwd \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
74 test_getvar \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
75 test_gf \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
76 test_glob2regpat \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
77 test_global \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
78 test_gn \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
79 test_goto \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
80 test_gui \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
81 test_gui_init \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
82 test_hardcopy \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
83 test_help \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
84 test_help_tagjump \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
85 test_hide \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
86 test_highlight \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
87 test_history \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
88 test_hlsearch \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
89 test_iminsert \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
90 test_increment \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
91 test_increment_dbcs \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
92 test_ins_complete \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
93 test_job_fails \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
94 test_join \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
95 test_json \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
96 test_jumplist \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
97 test_jumps \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
98 test_lambda \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
99 test_langmap \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
100 test_largefile \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
101 test_let \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
102 test_lineending \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
103 test_lispwords \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
104 test_listchars \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
105 test_listdict \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
106 test_listlbr \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
107 test_listlbr_utf8 \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
108 test_lua \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
109 test_makeencoding \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
110 test_man \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
111 test_maparg \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
112 test_mapping \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
113 test_marks \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
114 test_match \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
115 test_matchadd_conceal \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
116 test_matchadd_conceal_utf8 \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
117 test_menu \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
118 test_messages \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
119 test_mksession \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
120 test_mksession_utf8 \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
121 test_nested_function \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
122 test_netbeans \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
123 test_normal \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
124 test_number \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
125 test_options \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
126 test_packadd \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
127 test_partial \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
128 test_paste \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
129 test_perl \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
130 test_plus_arg_edit \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
131 test_popup \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
132 test_preview \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
133 test_profile \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
134 test_prompt_buffer \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
135 test_put \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
136 test_python2 \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
137 test_python3 \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
138 test_pyx2 \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
139 test_pyx3 \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
140 test_quickfix \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
141 test_quotestar \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
142 test_recover \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
143 test_regex_char_classes \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
144 test_regexp_latin \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
145 test_regexp_utf8 \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
146 test_registers \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
147 test_reltime \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
148 test_retab \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
149 test_ruby \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
150 test_scroll_opt \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
151 test_scrollbind \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
152 test_search \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
153 test_searchpos \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
154 test_set \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
155 test_sha256 \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
156 test_signs \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
157 test_smartindent \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
158 test_sort \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
159 test_source_utf8 \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
160 test_spell \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
161 test_startup \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
162 test_startup_utf8 \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
163 test_stat \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
164 test_statusline \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
165 test_substitute \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
166 test_swap \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
167 test_syn_attr \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
168 test_syntax \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
169 test_system \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
170 test_tab \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
171 test_tabline \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
172 test_tabpage \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
173 test_tagcase \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
174 test_tagjump \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
175 test_taglist \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
176 test_tcl \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
177 test_terminal \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
178 test_terminal_fail \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
179 test_textformat \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
180 test_textobjects \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
181 test_timers \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
182 test_true_false \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
183 test_undo \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
184 test_unlet \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
185 test_usercommands \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
186 test_utf8 \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
187 test_utf8_comparisons \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
188 test_vartabs \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
189 test_viminfo \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
190 test_vimscript \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
191 test_virtualedit \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
192 test_visual \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
193 test_winbar \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
194 test_winbuf_close \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
195 test_window_cmd \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
196 test_window_id \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
197 test_windows_home \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
198 test_wordcount \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
199 test_writefile \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
200 test_xxd \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
201 test_alot_latin \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
202 test_alot_utf8 \
5403d789674f patch 8.1.0152: cannot easily run individual tests on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
203 test_alot