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