blob: 79b8b94798747c5717d48c996f0063411159ec9d [file] [log] [blame]
Bram Moolenaarf3dc2352018-07-04 23:05:34 +02001#
2# Common Makefile, defines the list of tests to run.
3#
4
Bram Moolenaarf29c1c62018-09-10 21:05:02 +02005# Individual tests, including the ones part of test_alot.
6# Please keep sorted up to test_alot.
Bram Moolenaarf3dc2352018-07-04 23:05:34 +02007NEW_TESTS = \
8 test_arglist \
9 test_arabic \
10 test_assert \
11 test_assign \
12 test_autochdir \
13 test_autocmd \
14 test_autoload \
15 test_backspace_opt \
Bram Moolenaarb782ba42018-08-07 21:39:28 +020016 test_backup \
Bram Moolenaarf3dc2352018-07-04 23:05:34 +020017 test_blockedit \
18 test_breakindent \
19 test_bufline \
20 test_bufwintabinfo \
21 test_cd \
22 test_cdo \
23 test_changedtick \
24 test_changelist \
25 test_channel \
26 test_charsearch \
27 test_charsearch_utf8 \
28 test_cindent \
29 test_clientserver \
30 test_close_count \
31 test_cmdline \
32 test_command_count \
33 test_comparators \
34 test_compiler \
35 test_crypt \
36 test_cscope \
37 test_cursor_func \
38 test_curswant \
39 test_delete \
40 test_diffmode \
41 test_digraph \
42 test_display \
43 test_edit \
44 test_erasebackword \
45 test_escaped_glob \
46 test_eval_stuff \
47 test_ex_undo \
48 test_ex_z \
49 test_exit \
50 test_exec_while_if \
51 test_execute_func \
52 test_exists \
53 test_exists_autocmd \
54 test_expand \
55 test_expand_dllpath \
Bram Moolenaarf29c1c62018-09-10 21:05:02 +020056 test_expand_func \
Bram Moolenaarf3dc2352018-07-04 23:05:34 +020057 test_expr \
58 test_expr_utf8 \
59 test_farsi \
60 test_feedkeys \
61 test_file_perm \
62 test_file_size \
63 test_fileformat \
64 test_filetype \
65 test_filter_cmd \
66 test_filter_map \
67 test_find_complete \
68 test_findfile \
69 test_fixeol \
70 test_float_func \
71 test_fnameescape \
72 test_fnamemodify \
73 test_fold \
74 test_functions \
75 test_ga \
76 test_getcwd \
77 test_getvar \
78 test_gf \
79 test_glob2regpat \
80 test_global \
81 test_gn \
82 test_goto \
83 test_gui \
84 test_gui_init \
85 test_hardcopy \
86 test_help \
87 test_help_tagjump \
88 test_hide \
89 test_highlight \
90 test_history \
91 test_hlsearch \
92 test_iminsert \
93 test_increment \
94 test_increment_dbcs \
95 test_ins_complete \
96 test_job_fails \
97 test_join \
98 test_json \
99 test_jumplist \
100 test_jumps \
101 test_lambda \
102 test_langmap \
103 test_largefile \
104 test_let \
105 test_lineending \
106 test_lispwords \
107 test_listchars \
108 test_listdict \
109 test_listlbr \
110 test_listlbr_utf8 \
111 test_lua \
112 test_makeencoding \
113 test_man \
114 test_maparg \
115 test_mapping \
116 test_marks \
117 test_match \
118 test_matchadd_conceal \
119 test_matchadd_conceal_utf8 \
120 test_menu \
121 test_messages \
122 test_mksession \
123 test_mksession_utf8 \
Bram Moolenaar9cf4b502018-07-23 04:12:03 +0200124 test_modeline \
Bram Moolenaarf3dc2352018-07-04 23:05:34 +0200125 test_nested_function \
126 test_netbeans \
127 test_normal \
128 test_number \
129 test_options \
130 test_packadd \
131 test_partial \
132 test_paste \
133 test_perl \
134 test_plus_arg_edit \
135 test_popup \
136 test_preview \
137 test_profile \
138 test_prompt_buffer \
139 test_put \
140 test_python2 \
141 test_python3 \
142 test_pyx2 \
143 test_pyx3 \
144 test_quickfix \
145 test_quotestar \
146 test_recover \
147 test_regex_char_classes \
148 test_regexp_latin \
149 test_regexp_utf8 \
150 test_registers \
151 test_reltime \
152 test_retab \
153 test_ruby \
154 test_scroll_opt \
155 test_scrollbind \
156 test_search \
157 test_searchpos \
158 test_set \
159 test_sha256 \
160 test_signs \
161 test_smartindent \
162 test_sort \
163 test_source_utf8 \
164 test_spell \
165 test_startup \
166 test_startup_utf8 \
167 test_stat \
168 test_statusline \
169 test_substitute \
170 test_swap \
171 test_syn_attr \
172 test_syntax \
173 test_system \
174 test_tab \
175 test_tabline \
176 test_tabpage \
177 test_tagcase \
178 test_tagjump \
179 test_taglist \
180 test_tcl \
181 test_terminal \
182 test_terminal_fail \
183 test_textformat \
184 test_textobjects \
185 test_timers \
186 test_true_false \
187 test_undo \
188 test_unlet \
189 test_usercommands \
190 test_utf8 \
191 test_utf8_comparisons \
192 test_vartabs \
193 test_viminfo \
194 test_vimscript \
195 test_virtualedit \
196 test_visual \
197 test_winbar \
198 test_winbuf_close \
199 test_window_cmd \
200 test_window_id \
201 test_windows_home \
202 test_wordcount \
203 test_writefile \
204 test_xxd \
205 test_alot_latin \
206 test_alot_utf8 \
207 test_alot