blob: 999f519abf376229a47a33869c1ae83b59d5ab5a [file] [log] [blame]
Bram Moolenaar7b6156f2015-12-28 16:01:26 +01001#
2# Common Makefile, defines the list of tests to run.
3#
4
Bram Moolenaard2227a02016-02-25 22:37:42 +01005NO_PLUGIN = -U NONE --noplugin --not-a-term
6
Bram Moolenaara6082432015-12-28 16:26:45 +01007# The first script creates small.vim.
8SCRIPTS_FIRST = \
9 test1.out
10
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010011# Tests that run on all systems.
12SCRIPTS_ALL = \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010013 test3.out \
14 test4.out \
15 test5.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010016 test7.out \
17 test8.out \
18 test9.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010019 test14.out \
20 test15.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010021 test19.out \
22 test20.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010023 test22.out \
24 test23.out \
25 test24.out \
26 test26.out \
27 test28.out \
28 test29.out \
29 test31.out \
30 test33.out \
31 test34.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010032 test36.out \
33 test37.out \
34 test38.out \
35 test39.out \
36 test40.out \
37 test41.out \
38 test42.out \
39 test43.out \
40 test44.out \
41 test45.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010042 test48.out \
43 test51.out \
44 test53.out \
45 test55.out \
46 test56.out \
47 test57.out \
48 test60.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010049 test64.out \
50 test65.out \
51 test66.out \
52 test67.out \
53 test68.out \
54 test69.out \
55 test70.out \
56 test71.out \
57 test73.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010058 test75.out \
59 test76.out \
60 test77.out \
61 test79.out \
62 test80.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010063 test82.out \
64 test84.out \
65 test88.out \
66 test90.out \
67 test91.out \
68 test92.out \
69 test93.out \
70 test94.out \
71 test95.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010072 test98.out \
73 test99.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010074 test103.out \
75 test104.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010076 test107.out \
Bram Moolenaarf1f60f82016-01-16 15:40:53 +010077 test108.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010078 test_autocmd_option.out \
79 test_autoformat_join.out \
80 test_breakindent.out \
81 test_changelist.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010082 test_close_count.out \
83 test_command_count.out \
84 test_comparators.out \
85 test_erasebackword.out \
86 test_eval.out \
87 test_fixeol.out \
Bram Moolenaarc9703302016-01-17 21:49:33 +010088 test_getcwd.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010089 test_insertcount.out \
90 test_listchars.out \
91 test_listlbr.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010092 test_search_mbyte.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010093 test_utf8.out \
Bram Moolenaar19a16692016-09-01 22:19:47 +020094 test_wordcount.out
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010095
96
97# Tests that run on most systems, but not on Amiga.
98SCRIPTS_MORE1 = \
99 test11.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +0100100 test52.out \
101 test85.out \
102 test86.out \
103 test87.out
104
105
106# Tests that run on most systems, but not on Amiga and DOS/Windows.
107SCRIPTS_MORE2 = \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +0100108 test12.out \
109 test25.out \
Bram Moolenaarda9888a2015-12-28 21:35:14 +0100110 test49.out \
Bram Moolenaar2cd5bb22016-02-22 22:05:32 +0100111 test97.out \
112 test_listlbr_utf8.out
Bram Moolenaar7b6156f2015-12-28 16:01:26 +0100113
114
115# Tests that run on most systems, but not MingW and Cygwin.
116SCRIPTS_MORE3 = \
117 test54.out
118
119
120# Tests that run on most systems, but not on VMS
121SCRIPTS_MORE4 = \
122 test17.out \
123 test30.out \
124 test32.out \
125 test58.out \
126 test59.out \
127 test72.out \
128 test78.out \
129 test83.out \
130 test89.out
131
132
133# Tests specifically for MS-Windows.
Bram Moolenaarda9888a2015-12-28 21:35:14 +0100134SCRIPTS_WIN32 = test50.out
Bram Moolenaar7b6156f2015-12-28 16:01:26 +0100135
136
137# Tests for the GUI.
Bram Moolenaar877e9572016-08-04 20:05:50 +0200138SCRIPTS_GUI =
Bram Moolenaar7b6156f2015-12-28 16:01:26 +0100139
140
141# Tests using runtest.vim.vim.
Bram Moolenaar4d585022016-04-14 19:50:22 +0200142# Keep test_alot*.res as the last one, sort the others.
Bram Moolenaar72defda2016-01-17 18:04:33 +0100143NEW_TESTS = test_arglist.res \
144 test_assert.res \
Bram Moolenaar53f16732016-09-07 20:46:39 +0200145 test_autochdir.res \
Bram Moolenaarce2ec0a2016-03-15 17:10:19 +0100146 test_backspace_opt.res \
Bram Moolenaarb5ae48e2016-08-12 22:23:25 +0200147 test_bufwintabinfo.res \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +0100148 test_cdo.res \
Bram Moolenaard7ece102016-02-02 23:23:02 +0100149 test_channel.res \
Bram Moolenaarcd055da2016-09-02 19:50:48 +0200150 test_charsearch.res \
Bram Moolenaarae3150e2016-06-11 23:22:36 +0200151 test_cmdline.res \
Bram Moolenaar680e0152016-09-25 20:54:11 +0200152 test_crypt.res \
Bram Moolenaar6d20e172016-07-13 22:44:12 +0200153 test_cscope.res \
Bram Moolenaar42093c02016-07-30 16:16:54 +0200154 test_diffmode.res \
Bram Moolenaardfd63e32016-07-21 10:11:03 +0200155 test_digraph.res \
Bram Moolenaaree2615a2016-07-02 18:25:34 +0200156 test_farsi.res \
Bram Moolenaarcd055da2016-09-02 19:50:48 +0200157 test_fnameescape.res \
Bram Moolenaar53f16732016-09-07 20:46:39 +0200158 test_gf.res \
Bram Moolenaar6835dc62016-07-24 17:33:05 +0200159 test_gn.res \
Bram Moolenaar877e9572016-08-04 20:05:50 +0200160 test_gui.res \
Bram Moolenaarb5690792016-01-14 22:10:41 +0100161 test_hardcopy.res \
Bram Moolenaar119d4692016-03-05 21:21:24 +0100162 test_history.res \
Bram Moolenaar53f16732016-09-07 20:46:39 +0200163 test_hlsearch.res \
Bram Moolenaar45091952016-01-09 21:08:35 +0100164 test_increment.res \
Bram Moolenaard388d2a2016-06-26 16:24:20 +0200165 test_increment_dbcs.res \
Bram Moolenaar46c4d4a2016-08-05 19:31:57 +0200166 test_job_fails.res \
Bram Moolenaar1c391022016-02-28 18:04:00 +0100167 test_json.res \
Bram Moolenaar25281632016-01-21 23:32:32 +0100168 test_langmap.res \
Bram Moolenaarddf8d1c2016-06-20 11:22:54 +0200169 test_man.res \
Bram Moolenaar19a16692016-09-01 22:19:47 +0200170 test_marks.res \
Bram Moolenaar4d585022016-04-14 19:50:22 +0200171 test_matchadd_conceal.res \
Bram Moolenaar19a16692016-09-01 22:19:47 +0200172 test_nested_function.res \
Bram Moolenaar321efdd2016-07-15 17:09:11 +0200173 test_netbeans.res \
Bram Moolenaar87bc3f72016-09-03 17:33:54 +0200174 test_normal.res \
Bram Moolenaarf3654822016-03-04 22:12:23 +0100175 test_packadd.res \
Bram Moolenaarb20e3342016-01-18 23:29:01 +0100176 test_perl.res \
Bram Moolenaarda59dd52016-01-05 21:59:58 +0100177 test_quickfix.res \
Bram Moolenaar85babd62016-06-21 22:59:28 +0200178 test_ruby.res \
Bram Moolenaar4d6f32c2016-08-26 19:13:46 +0200179 test_search.res \
Bram Moolenaar09de1752016-08-08 22:26:48 +0200180 test_signs.res \
Bram Moolenaar53f16732016-09-07 20:46:39 +0200181 test_smartindent.res \
Bram Moolenaarb9a46fe2016-07-29 18:13:42 +0200182 test_startup.res \
Bram Moolenaarf71d7b92016-08-09 22:14:05 +0200183 test_startup_utf8.res \
Bram Moolenaar8767f522016-07-01 17:17:39 +0200184 test_stat.res \
Bram Moolenaarcd055da2016-09-02 19:50:48 +0200185 test_substitute.res \
Bram Moolenaarb8060fe2016-01-19 22:29:28 +0100186 test_syntax.res \
Bram Moolenaar00b24be2016-07-23 22:04:47 +0200187 test_textobjects.res \
Bram Moolenaar170b10b2016-07-29 16:15:27 +0200188 test_undo.res \
Bram Moolenaar63a60de2016-06-04 22:08:55 +0200189 test_usercommands.res \
Bram Moolenaarb20e3342016-01-18 23:29:01 +0100190 test_viminfo.res \
Bram Moolenaarf49e2402015-12-30 15:59:25 +0100191 test_viml.res \
Bram Moolenaar20b4f462016-03-05 17:25:39 +0100192 test_visual.res \
Bram Moolenaar86edef62016-03-13 18:07:30 +0100193 test_window_id.res \
Bram Moolenaar19a16692016-09-01 22:19:47 +0200194 test_writefile.res \
Bram Moolenaar22e42152016-04-03 14:02:02 +0200195 test_alot_latin.res \
196 test_alot_utf8.res \
Bram Moolenaarb20e3342016-01-18 23:29:01 +0100197 test_alot.res
Bram Moolenaar7b6156f2015-12-28 16:01:26 +0100198
199
200# Explicit dependencies.
201test49.out: test49.vim
202
203test60.out: test60.vim
204