Mercurial > vim
annotate src/testdir/Make_amiga.mak @ 5753:a548aae15b3a v7.4.221
updated for version 7.4.221
Problem: Quickfix doesn't resize on ":copen 20". (issue 199)
Solution: Resize the window when requested. (Christian Brabandt)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Thu, 27 Mar 2014 17:02:27 +0100 |
parents | fb24b025c7cf |
children | 0a295a3c9e47 |
rev | line source |
---|---|
7 | 1 # |
2440
fc695854c33a
Correct comments in testdir makefiles. (John Beckett)
Bram Moolenaar <bram@vim.org>
parents:
2232
diff
changeset
|
2 # Makefile to run all tests for Vim, on Amiga |
7 | 3 # |
4 # Requires "rm", "csh" and "diff"! | |
5 | |
6 VIMPROG = /vim | |
7 | |
8 # These tests don't work (yet): | |
9 # test2 "\\tmp" doesn't work | |
10 # test10 'errorformat' is different | |
11 # test11 "cat" doesn't work properly | |
12 # test12 can't unlink a swap file | |
13 # test25 uses symbolic link | |
14 # test27 can't edit file with "*" | |
15 # test52 only for Win32 | |
3452 | 16 # test85 no Lua interface |
3618 | 17 # test86, 87 no Python interface |
7 | 18 |
19 SCRIPTS = test1.out test3.out test4.out test5.out test6.out \ | |
20 test7.out test8.out test9.out \ | |
21 test13.out test14.out test15.out test17.out \ | |
22 test18.out test19.out test20.out test21.out test22.out \ | |
23 test23.out test24.out test26.out \ | |
24 test28.out test29.out test30.out test31.out test32.out \ | |
25 test33.out test34.out test35.out test36.out test37.out \ | |
26 test38.out test39.out test40.out test41.out test42.out \ | |
27 test43.out test44.out test45.out test46.out test47.out \ | |
270 | 28 test48.out test51.out test53.out test54.out test55.out \ |
766 | 29 test56.out test57.out test58.out test59.out test60.out \ |
1840 | 30 test61.out test62.out test63.out test64.out test65.out \ |
2232
2e6906bbc5f4
A few more fixes for undo file. Split test in two parts so that it doesn't
Bram Moolenaar <bram@vim.org>
parents:
2005
diff
changeset
|
31 test66.out test67.out test68.out test69.out test70.out \ |
2631 | 32 test71.out test72.out test73.out test74.out test75.out \ |
2925 | 33 test76.out test77.out test78.out test79.out test80.out \ |
4113 | 34 test81.out test82.out test83.out test84.out test88.out \ |
4274 | 35 test89.out test90.out test91.out test92.out test93.out \ |
5351 | 36 test94.out test95.out test96.out test97.out test98.out \ |
5641 | 37 test99.out test100.out test101.out test102.out test103.out \ |
5716 | 38 test104.out test105.out test106.out |
7 | 39 |
40 .SUFFIXES: .in .out | |
41 | |
42 nongui: /tmp $(SCRIPTS) | |
43 csh -c echo ALL DONE | |
44 | |
45 clean: | |
46 csh -c \rm -rf *.out /tmp/* Xdotest small.vim tiny.vim mbyte.vim test.ok viminfo | |
47 | |
48 .in.out: | |
49 copy $*.ok test.ok | |
50 $(VIMPROG) -u amiga.vim -U NONE --noplugin -s dotest.in $*.in | |
51 diff test.out $*.ok | |
52 rename test.out $*.out | |
53 -delete X#? ALL QUIET | |
54 -delete test.ok | |
55 | |
56 # Create a directory for temp files | |
57 /tmp: | |
58 makedir /tmp | |
59 | |
60 # Manx requires all dependencies... | |
61 test1.out: test1.in | |
62 test2.out: test2.in | |
63 test3.out: test3.in | |
64 test4.out: test4.in | |
65 test5.out: test5.in | |
66 test6.out: test6.in | |
67 test7.out: test7.in | |
68 test8.out: test8.in | |
69 test9.out: test9.in | |
70 test10.out: test10.in | |
71 test11.out: test11.in | |
72 test12.out: test12.in | |
73 test13.out: test13.in | |
74 test14.out: test14.in | |
75 test15.out: test15.in | |
76 test16.out: test16.in | |
77 test17.out: test17.in | |
78 test18.out: test18.in | |
79 test19.out: test19.in | |
80 test20.out: test20.in | |
81 test21.out: test21.in | |
82 test22.out: test22.in | |
83 test23.out: test23.in | |
84 test24.out: test24.in | |
85 test25.out: test25.in | |
86 test26.out: test26.in | |
87 test27.out: test27.in | |
88 test28.out: test28.in | |
89 test29.out: test29.in | |
90 test30.out: test30.in | |
91 test31.out: test31.in | |
92 test32.out: test32.in | |
93 test33.out: test33.in | |
94 test34.out: test34.in | |
95 test35.out: test35.in | |
96 test36.out: test36.in | |
97 test37.out: test37.in | |
98 test38.out: test38.in | |
99 test39.out: test39.in | |
100 test40.out: test40.in | |
101 test41.out: test41.in | |
102 test42.out: test42.in | |
103 test43.out: test43.in | |
104 test44.out: test44.in | |
105 test45.out: test45.in | |
106 test46.out: test46.in | |
107 test47.out: test47.in | |
108 test48.out: test48.in | |
109 test51.out: test51.in | |
12 | 110 test53.out: test53.in |
40 | 111 test54.out: test54.in |
119 | 112 test55.out: test55.in |
270 | 113 test56.out: test56.in |
293 | 114 test57.out: test57.in |
389 | 115 test58.out: test58.in |
391 | 116 test59.out: test59.in |
618 | 117 test60.out: test60.in |
766 | 118 test61.out: test61.in |
856 | 119 test62.out: test62.in |
1327 | 120 test63.out: test63.in |
1358 | 121 test64.out: test64.in |
1621 | 122 test65.out: test65.in |
1840 | 123 test66.out: test66.in |
1963 | 124 test67.out: test67.in |
2005 | 125 test68.out: test68.in |
126 test69.out: test69.in | |
2232
2e6906bbc5f4
A few more fixes for undo file. Split test in two parts so that it doesn't
Bram Moolenaar <bram@vim.org>
parents:
2005
diff
changeset
|
127 test70.out: test70.in |
2e6906bbc5f4
A few more fixes for undo file. Split test in two parts so that it doesn't
Bram Moolenaar <bram@vim.org>
parents:
2005
diff
changeset
|
128 test71.out: test71.in |
2e6906bbc5f4
A few more fixes for undo file. Split test in two parts so that it doesn't
Bram Moolenaar <bram@vim.org>
parents:
2005
diff
changeset
|
129 test72.out: test72.in |
2487
7ec9ada2cd81
Make :find completion consistent between Unix and MS-Windows. Add a test.
Bram Moolenaar <bram@vim.org>
parents:
2440
diff
changeset
|
130 test73.out: test73.in |
2607 | 131 test74.out: test74.in |
2626 | 132 test75.out: test75.in |
2631 | 133 test76.out: test76.in |
2730 | 134 test77.out: test77.in |
2885 | 135 test78.out: test78.in |
2904 | 136 test79.out: test79.in |
137 test80.out: test80.in | |
2925 | 138 test81.out: test81.in |
2961 | 139 test82.out: test82.in |
3131 | 140 test83.out: test83.in |
3443 | 141 test84.out: test84.in |
3986 | 142 test88.out: test88.in |
4113 | 143 test89.out: test89.in |
4126 | 144 test90.out: test90.in |
4157 | 145 test91.out: test91.in |
4172 | 146 test92.out: test92.in |
147 test93.out: test93.in | |
4274 | 148 test94.out: test94.in |
4444 | 149 test95.out: test95.in |
5084
14e7a115d54d
updated for version 7.3.1285
Bram Moolenaar <bram@vim.org>
parents:
4444
diff
changeset
|
150 test96.out: test96.in |
5104
93cccad6a26b
updated for version 7.3.1295
Bram Moolenaar <bram@vim.org>
parents:
5084
diff
changeset
|
151 test97.out: test97.in |
5157
7a6ce0c426fe
updated for version 7.4a.005
Bram Moolenaar <bram@vim.org>
parents:
5104
diff
changeset
|
152 test98.out: test98.in |
5351 | 153 test99.out: test99.in |
5450 | 154 test100.out: test100.in |
5458 | 155 test101.out: test101.in |
5481 | 156 test102.out: test102.in |
5498 | 157 test103.out: test103.in |
5641 | 158 test104.out: test104.in |
5690 | 159 test105.out: test105.in |
5716 | 160 test106.out: test106.in |