blob: a0f0036f3c429969dbbd3aa555ef78abeb9d20a8 [file] [log] [blame]
Bram Moolenaar7b6156f2015-12-28 16:01:26 +01001#
2# Common Makefile, defines the list of tests to run.
3#
4
Bram Moolenaar8be2fbb2017-02-23 19:32:47 +01005# Options for protecting the tests against undesirable interaction with the
6# environment
7NO_PLUGINS = --noplugin --not-a-term
8NO_INITS = -U NONE $(NO_PLUGINS)
Bram Moolenaard2227a02016-02-25 22:37:42 +01009
Bram Moolenaara6082432015-12-28 16:26:45 +010010# The first script creates small.vim.
11SCRIPTS_FIRST = \
12 test1.out
13
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010014# Tests that run on all systems.
15SCRIPTS_ALL = \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010016 test3.out \
17 test4.out \
18 test5.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010019 test7.out \
20 test8.out \
21 test9.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010022 test14.out \
23 test15.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010024 test19.out \
25 test20.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010026 test22.out \
27 test23.out \
28 test24.out \
29 test26.out \
30 test28.out \
31 test29.out \
32 test31.out \
33 test33.out \
34 test34.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010035 test36.out \
36 test37.out \
37 test38.out \
38 test39.out \
39 test40.out \
40 test41.out \
41 test42.out \
42 test43.out \
43 test44.out \
44 test45.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010045 test48.out \
46 test51.out \
47 test53.out \
48 test55.out \
49 test56.out \
50 test57.out \
51 test60.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010052 test64.out \
53 test65.out \
54 test66.out \
55 test67.out \
56 test68.out \
57 test69.out \
58 test70.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010059 test73.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010060 test75.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010061 test77.out \
62 test79.out \
63 test80.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010064 test82.out \
65 test84.out \
66 test88.out \
67 test90.out \
68 test91.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010069 test94.out \
70 test95.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010071 test98.out \
72 test99.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010073 test103.out \
74 test104.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010075 test107.out \
Bram Moolenaarf1f60f82016-01-16 15:40:53 +010076 test108.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010077 test_autocmd_option.out \
78 test_autoformat_join.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010079 test_changelist.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010080 test_close_count.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010081 test_comparators.out \
82 test_erasebackword.out \
83 test_eval.out \
84 test_fixeol.out \
Bram Moolenaarc9703302016-01-17 21:49:33 +010085 test_getcwd.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010086 test_insertcount.out \
87 test_listchars.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010088 test_search_mbyte.out \
Bram Moolenaar19a16692016-09-01 22:19:47 +020089 test_wordcount.out
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010090
91
92# Tests that run on most systems, but not on Amiga.
93SCRIPTS_MORE1 = \
94 test11.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010095 test52.out \
96 test85.out \
97 test86.out \
98 test87.out
99
100
101# Tests that run on most systems, but not on Amiga and DOS/Windows.
102SCRIPTS_MORE2 = \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +0100103 test12.out \
104 test25.out \
Bram Moolenaarda9888a2015-12-28 21:35:14 +0100105 test49.out \
Bram Moolenaar544d3bc2017-02-05 21:14:50 +0100106 test97.out
Bram Moolenaar7b6156f2015-12-28 16:01:26 +0100107
108
109# Tests that run on most systems, but not MingW and Cygwin.
110SCRIPTS_MORE3 = \
111 test54.out
112
113
114# Tests that run on most systems, but not on VMS
115SCRIPTS_MORE4 = \
116 test17.out \
117 test30.out \
118 test32.out \
119 test58.out \
120 test59.out \
121 test72.out \
122 test78.out \
Bram Moolenaardc9a0812017-02-23 18:46:50 +0100123 test83.out
Bram Moolenaar7b6156f2015-12-28 16:01:26 +0100124
125
126# Tests specifically for MS-Windows.
Bram Moolenaarda9888a2015-12-28 21:35:14 +0100127SCRIPTS_WIN32 = test50.out
Bram Moolenaar7b6156f2015-12-28 16:01:26 +0100128
129
130# Tests for the GUI.
Bram Moolenaar877e9572016-08-04 20:05:50 +0200131SCRIPTS_GUI =
Bram Moolenaar7b6156f2015-12-28 16:01:26 +0100132
133
134# Tests using runtest.vim.vim.
Bram Moolenaar4d585022016-04-14 19:50:22 +0200135# Keep test_alot*.res as the last one, sort the others.
Bram Moolenaarb5e83772017-02-27 21:48:26 +0100136NEW_TESTS = test_arabic.res \
137 test_arglist.res \
Bram Moolenaar72defda2016-01-17 18:04:33 +0100138 test_assert.res \
Bram Moolenaar53f16732016-09-07 20:46:39 +0200139 test_autochdir.res \
Bram Moolenaarce2ec0a2016-03-15 17:10:19 +0100140 test_backspace_opt.res \
Bram Moolenaar6c896862016-11-17 19:46:51 +0100141 test_breakindent.res \
Bram Moolenaarb5ae48e2016-08-12 22:23:25 +0200142 test_bufwintabinfo.res \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +0100143 test_cdo.res \
Bram Moolenaard7ece102016-02-02 23:23:02 +0100144 test_channel.res \
Bram Moolenaarcd055da2016-09-02 19:50:48 +0200145 test_charsearch.res \
Bram Moolenaar6b643942017-03-05 19:44:06 +0100146 test_cindent.res \
Bram Moolenaarae3150e2016-06-11 23:22:36 +0200147 test_cmdline.res \
Bram Moolenaar9b73c4a2017-01-13 22:30:08 +0100148 test_command_count.res \
Bram Moolenaar680e0152016-09-25 20:54:11 +0200149 test_crypt.res \
Bram Moolenaar6d20e172016-07-13 22:44:12 +0200150 test_cscope.res \
Bram Moolenaar42093c02016-07-30 16:16:54 +0200151 test_diffmode.res \
Bram Moolenaardfd63e32016-07-21 10:11:03 +0200152 test_digraph.res \
Bram Moolenaar62706602016-12-09 19:28:48 +0100153 test_display.res \
Bram Moolenaaree2615a2016-07-02 18:25:34 +0200154 test_farsi.res \
Bram Moolenaarcd055da2016-09-02 19:50:48 +0200155 test_fnameescape.res \
Bram Moolenaarded27822017-01-02 14:27:34 +0100156 test_fold.res \
Bram Moolenaar53f16732016-09-07 20:46:39 +0200157 test_gf.res \
Bram Moolenaar6835dc62016-07-24 17:33:05 +0200158 test_gn.res \
Bram Moolenaar877e9572016-08-04 20:05:50 +0200159 test_gui.res \
Bram Moolenaar8be2fbb2017-02-23 19:32:47 +0100160 test_gui_init.res \
Bram Moolenaarb5690792016-01-14 22:10:41 +0100161 test_hardcopy.res \
Bram Moolenaar343b8c02017-02-17 12:04:56 +0100162 test_help.res \
Bram Moolenaar2256c992016-11-15 21:17:07 +0100163 test_hide.res \
Bram Moolenaar119d4692016-03-05 21:21:24 +0100164 test_history.res \
Bram Moolenaar53f16732016-09-07 20:46:39 +0200165 test_hlsearch.res \
Bram Moolenaar45091952016-01-09 21:08:35 +0100166 test_increment.res \
Bram Moolenaard388d2a2016-06-26 16:24:20 +0200167 test_increment_dbcs.res \
Bram Moolenaar46c4d4a2016-08-05 19:31:57 +0200168 test_job_fails.res \
Bram Moolenaar1c391022016-02-28 18:04:00 +0100169 test_json.res \
Bram Moolenaar25281632016-01-21 23:32:32 +0100170 test_langmap.res \
Bram Moolenaar544d3bc2017-02-05 21:14:50 +0100171 test_listlbr.res \
172 test_listlbr_utf8.res \
Bram Moolenaard58f03b2017-01-29 22:48:45 +0100173 test_lua.res \
Bram Moolenaar2c7292d2017-03-05 17:43:31 +0100174 test_makeencoding.res \
Bram Moolenaarddf8d1c2016-06-20 11:22:54 +0200175 test_man.res \
Bram Moolenaar19a16692016-09-01 22:19:47 +0200176 test_marks.res \
Bram Moolenaar4d585022016-04-14 19:50:22 +0200177 test_matchadd_conceal.res \
Bram Moolenaareca626f2016-12-01 18:47:38 +0100178 test_mksession.res \
179 test_mksession_utf8.res \
Bram Moolenaar19a16692016-09-01 22:19:47 +0200180 test_nested_function.res \
Bram Moolenaar321efdd2016-07-15 17:09:11 +0200181 test_netbeans.res \
Bram Moolenaar87bc3f72016-09-03 17:33:54 +0200182 test_normal.res \
Bram Moolenaardc9a0812017-02-23 18:46:50 +0100183 test_number.res \
Bram Moolenaarbb962262017-03-08 00:01:35 +0100184 test_options.res \
Bram Moolenaarf3654822016-03-04 22:12:23 +0100185 test_packadd.res \
Bram Moolenaard58f03b2017-01-29 22:48:45 +0100186 test_paste.res \
Bram Moolenaarb20e3342016-01-18 23:29:01 +0100187 test_perl.res \
Bram Moolenaar296b1f22017-01-15 15:22:33 +0100188 test_profile.res \
Bram Moolenaara58883b2017-01-29 21:31:09 +0100189 test_python2.res \
190 test_python3.res \
Bram Moolenaarf42dd3c2017-01-28 16:06:38 +0100191 test_pyx2.res \
192 test_pyx3.res \
Bram Moolenaarda59dd52016-01-05 21:59:58 +0100193 test_quickfix.res \
Bram Moolenaar88227442017-01-17 22:16:00 +0100194 test_retab.res \
Bram Moolenaar85babd62016-06-21 22:59:28 +0200195 test_ruby.res \
Bram Moolenaar4d6f32c2016-08-26 19:13:46 +0200196 test_search.res \
Bram Moolenaar09de1752016-08-08 22:26:48 +0200197 test_signs.res \
Bram Moolenaar53f16732016-09-07 20:46:39 +0200198 test_smartindent.res \
Bram Moolenaard3f78dc2017-02-25 14:21:10 +0100199 test_spell.res \
Bram Moolenaarb9a46fe2016-07-29 18:13:42 +0200200 test_startup.res \
Bram Moolenaarf71d7b92016-08-09 22:14:05 +0200201 test_startup_utf8.res \
Bram Moolenaar8767f522016-07-01 17:17:39 +0200202 test_stat.res \
Bram Moolenaarcd055da2016-09-02 19:50:48 +0200203 test_substitute.res \
Bram Moolenaarb8060fe2016-01-19 22:29:28 +0100204 test_syntax.res \
Bram Moolenaar12c44922017-01-08 13:26:03 +0100205 test_system.res \
Bram Moolenaara4c906a2017-01-29 23:26:37 +0100206 test_tcl.res \
Bram Moolenaar00b24be2016-07-23 22:04:47 +0200207 test_textobjects.res \
Bram Moolenaar170b10b2016-07-29 16:15:27 +0200208 test_undo.res \
Bram Moolenaar63a60de2016-06-04 22:08:55 +0200209 test_usercommands.res \
Bram Moolenaarb20e3342016-01-18 23:29:01 +0100210 test_viminfo.res \
Bram Moolenaarb544f3c2017-02-23 19:03:28 +0100211 test_vimscript.res \
Bram Moolenaar20b4f462016-03-05 17:25:39 +0100212 test_visual.res \
Bram Moolenaar86edef62016-03-13 18:07:30 +0100213 test_window_id.res \
Bram Moolenaar19a16692016-09-01 22:19:47 +0200214 test_writefile.res \
Bram Moolenaar22e42152016-04-03 14:02:02 +0200215 test_alot_latin.res \
216 test_alot_utf8.res \
Bram Moolenaarb20e3342016-01-18 23:29:01 +0100217 test_alot.res
Bram Moolenaar7b6156f2015-12-28 16:01:26 +0100218
219
220# Explicit dependencies.
221test49.out: test49.vim
222
223test60.out: test60.vim
224
Bram Moolenaare8512d72017-03-07 22:33:32 +0100225test_options.res test_alot.res: opt_test.vim