comparison src/Make_all.mak @ 15430:d94901eeb762 v8.1.0723

patch 8.1.0723: cannot easily run specific test when in src/testdir commit https://github.com/vim/vim/commit/ec50401e1e1357a1340b3c92109fd4860e38a8ac Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 11 17:30:16 2019 +0100 patch 8.1.0723: cannot easily run specific test when in src/testdir Problem: Cannot run specific test when in src/testdir the same was as in the src directory. Solution: Move build rule to src/testdir/Makefile.
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Jan 2019 17:45:05 +0100
parents 8b78878311e0
children 1e76da634877
comparison
equal deleted inserted replaced
15429:166f78185f87 15430:d94901eeb762
1 # 1 #
2 # Common Makefile, defines the list of tests to run and other things. 2 # Common Makefile, defines the list of tests to run and other things.
3 # 3 #
4
5 # Individual tests, including the ones part of test_alot.
6 # Please keep sorted up to test_alot.
7 NEW_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 \
16 test_backup \
17 test_behave \
18 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_conceal \
37 test_crypt \
38 test_cscope \
39 test_cursor_func \
40 test_curswant \
41 test_delete \
42 test_diffmode \
43 test_digraph \
44 test_display \
45 test_edit \
46 test_erasebackword \
47 test_escaped_glob \
48 test_eval_stuff \
49 test_ex_undo \
50 test_ex_z \
51 test_exit \
52 test_exec_while_if \
53 test_execute_func \
54 test_exists \
55 test_exists_autocmd \
56 test_expand \
57 test_expand_dllpath \
58 test_expand_func \
59 test_expr \
60 test_expr_utf8 \
61 test_farsi \
62 test_feedkeys \
63 test_file_perm \
64 test_file_size \
65 test_fileformat \
66 test_filetype \
67 test_filter_cmd \
68 test_filter_map \
69 test_find_complete \
70 test_findfile \
71 test_fixeol \
72 test_float_func \
73 test_fnameescape \
74 test_fnamemodify \
75 test_fold \
76 test_functions \
77 test_ga \
78 test_getcwd \
79 test_getvar \
80 test_gf \
81 test_glob2regpat \
82 test_global \
83 test_gn \
84 test_goto \
85 test_gui \
86 test_gui_init \
87 test_hardcopy \
88 test_help \
89 test_help_tagjump \
90 test_hide \
91 test_highlight \
92 test_history \
93 test_hlsearch \
94 test_iminsert \
95 test_increment \
96 test_increment_dbcs \
97 test_ins_complete \
98 test_job_fails \
99 test_join \
100 test_json \
101 test_jumplist \
102 test_jumps \
103 test_lambda \
104 test_langmap \
105 test_largefile \
106 test_let \
107 test_lineending \
108 test_lispwords \
109 test_listchars \
110 test_listdict \
111 test_listlbr \
112 test_listlbr_utf8 \
113 test_lua \
114 test_makeencoding \
115 test_man \
116 test_maparg \
117 test_mapping \
118 test_marks \
119 test_match \
120 test_matchadd_conceal \
121 test_matchadd_conceal_utf8 \
122 test_menu \
123 test_messages \
124 test_mksession \
125 test_mksession_utf8 \
126 test_modeline \
127 test_move \
128 test_nested_function \
129 test_netbeans \
130 test_normal \
131 test_number \
132 test_options \
133 test_packadd \
134 test_partial \
135 test_paste \
136 test_perl \
137 test_plus_arg_edit \
138 test_popup \
139 test_preview \
140 test_profile \
141 test_prompt_buffer \
142 test_put \
143 test_python2 \
144 test_python3 \
145 test_pyx2 \
146 test_pyx3 \
147 test_quickfix \
148 test_quotestar \
149 test_recover \
150 test_regex_char_classes \
151 test_regexp_latin \
152 test_regexp_utf8 \
153 test_registers \
154 test_reltime \
155 test_retab \
156 test_ruby \
157 test_scriptnames \
158 test_scroll_opt \
159 test_scrollbind \
160 test_search \
161 test_searchpos \
162 test_set \
163 test_sha256 \
164 test_signs \
165 test_smartindent \
166 test_sort \
167 test_source_utf8 \
168 test_spell \
169 test_startup \
170 test_startup_utf8 \
171 test_stat \
172 test_statusline \
173 test_substitute \
174 test_suspend \
175 test_swap \
176 test_syn_attr \
177 test_syntax \
178 test_system \
179 test_tab \
180 test_tabline \
181 test_tabpage \
182 test_tagcase \
183 test_tagjump \
184 test_taglist \
185 test_tcl \
186 test_terminal \
187 test_terminal_fail \
188 test_textformat \
189 test_textobjects \
190 test_textprop \
191 test_timers \
192 test_true_false \
193 test_undo \
194 test_unlet \
195 test_usercommands \
196 test_utf8 \
197 test_utf8_comparisons \
198 test_vartabs \
199 test_viminfo \
200 test_vimscript \
201 test_virtualedit \
202 test_visual \
203 test_winbar \
204 test_winbuf_close \
205 test_window_cmd \
206 test_window_id \
207 test_windows_home \
208 test_wordcount \
209 test_writefile \
210 test_xxd \
211 test_alot_latin \
212 test_alot_utf8 \
213 test_alot
214 4
215 # Argument for running ctags. 5 # Argument for running ctags.
216 TAGS_FILES = \ 6 TAGS_FILES = \
217 *.c \ 7 *.c \
218 *.cpp \ 8 *.cpp \