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