blob: c5796bd51626b5eefdd059c4afe4e863fd5af267 [file] [log] [blame]
Bram Moolenaar7b6156f2015-12-28 16:01:26 +01001#
2# Common Makefile, defines the list of tests to run.
3#
4
Bram Moolenaara6082432015-12-28 16:26:45 +01005# The first script creates small.vim.
6SCRIPTS_FIRST = \
7 test1.out
8
Bram Moolenaar7b6156f2015-12-28 16:01:26 +01009# Tests that run on all systems.
10SCRIPTS_ALL = \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +010011 test3.out \
12 test4.out \
13 test5.out \
14 test6.out \
15 test7.out \
16 test8.out \
17 test9.out \
18 test13.out \
19 test14.out \
20 test15.out \
21 test18.out \
22 test19.out \
23 test20.out \
24 test21.out \
25 test22.out \
26 test23.out \
27 test24.out \
28 test26.out \
29 test28.out \
30 test29.out \
31 test31.out \
32 test33.out \
33 test34.out \
34 test35.out \
35 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 \
45 test46.out \
46 test47.out \
47 test48.out \
48 test51.out \
49 test53.out \
50 test55.out \
51 test56.out \
52 test57.out \
53 test60.out \
54 test61.out \
55 test62.out \
56 test63.out \
57 test64.out \
58 test65.out \
59 test66.out \
60 test67.out \
61 test68.out \
62 test69.out \
63 test70.out \
64 test71.out \
65 test73.out \
66 test74.out \
67 test75.out \
68 test76.out \
69 test77.out \
70 test79.out \
71 test80.out \
72 test81.out \
73 test82.out \
74 test84.out \
75 test88.out \
76 test90.out \
77 test91.out \
78 test92.out \
79 test93.out \
80 test94.out \
81 test95.out \
82 test96.out \
83 test98.out \
84 test99.out \
85 test101.out \
86 test102.out \
87 test103.out \
88 test104.out \
89 test105.out \
90 test106.out \
91 test107.out \
92 test_argument_0count.out \
93 test_argument_count.out \
94 test_autocmd_option.out \
95 test_autoformat_join.out \
96 test_breakindent.out \
97 test_changelist.out \
98 test_charsearch.out \
99 test_close_count.out \
100 test_command_count.out \
101 test_comparators.out \
102 test_erasebackword.out \
103 test_eval.out \
104 test_fixeol.out \
105 test_increment.out \
106 test_insertcount.out \
107 test_listchars.out \
108 test_listlbr.out \
109 test_listlbr_utf8.out \
110 test_mapping.out \
111 test_marks.out \
112 test_match_conceal.out \
113 test_nested_function.out \
114 test_options.out \
115 test_perl.out \
116 test_qf_title.out \
117 test_ruby.out \
118 test_search_mbyte.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +0100119 test_signs.out \
120 test_tagcase.out \
121 test_textobjects.out \
122 test_utf8.out \
123 test_writefile.out
124
125
126# Tests that run on most systems, but not on Amiga.
127SCRIPTS_MORE1 = \
128 test11.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +0100129 test52.out \
130 test85.out \
131 test86.out \
132 test87.out
133
134
135# Tests that run on most systems, but not on Amiga and DOS/Windows.
136SCRIPTS_MORE2 = \
137 test2.out \
138 test10.out \
139 test12.out \
140 test25.out \
141 test27.out \
Bram Moolenaarda9888a2015-12-28 21:35:14 +0100142 test49.out \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +0100143 test97.out
144
145
146# Tests that run on most systems, but not MingW and Cygwin.
147SCRIPTS_MORE3 = \
148 test54.out
149
150
151# Tests that run on most systems, but not on VMS
152SCRIPTS_MORE4 = \
153 test17.out \
154 test30.out \
155 test32.out \
156 test58.out \
157 test59.out \
158 test72.out \
159 test78.out \
160 test83.out \
161 test89.out
162
163
164# Tests specifically for MS-Windows.
Bram Moolenaarda9888a2015-12-28 21:35:14 +0100165SCRIPTS_WIN32 = test50.out
Bram Moolenaar7b6156f2015-12-28 16:01:26 +0100166
167
168# Tests for the GUI.
169SCRIPTS_GUI = test16.out
170
171
172# Tests using runtest.vim.vim.
173# Keep test_alot.res as the last one, sort the others.
174NEW_TESTS = test_assert.res \
175 test_cdo.res \
Bram Moolenaarf49e2402015-12-30 15:59:25 +0100176 test_viml.res \
Bram Moolenaar7b6156f2015-12-28 16:01:26 +0100177 test_alot.res
178
179
180# Explicit dependencies.
181test49.out: test49.vim
182
183test60.out: test60.vim
184