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