Mercurial > hg > RemoteEditor > vim7
annotate src/testdir/Make_amiga.mak @ 39:c16898406ff2
synchorinize version 7.3.081
author | one@zeus.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Fri, 17 Dec 2010 17:43:06 +0900 |
parents | e170173ecb68 |
children | 67300faee616 |
rev | line source |
---|---|
0 | 1 # |
39 | 2 # Makefile to run all tests for Vim, on Amiga |
0 | 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 | |
16 | |
17 SCRIPTS = test1.out test3.out test4.out test5.out test6.out \ | |
18 test7.out test8.out test9.out \ | |
19 test13.out test14.out test15.out test17.out \ | |
20 test18.out test19.out test20.out test21.out test22.out \ | |
21 test23.out test24.out test26.out \ | |
22 test28.out test29.out test30.out test31.out test32.out \ | |
23 test33.out test34.out test35.out test36.out test37.out \ | |
24 test38.out test39.out test40.out test41.out test42.out \ | |
25 test43.out test44.out test45.out test46.out test47.out \ | |
26 test48.out test51.out test53.out test54.out test55.out \ | |
27 test56.out test57.out test58.out test59.out test60.out \ | |
39 | 28 test61.out test62.out test63.out test64.out test65.out \ |
29 test66.out test67.out test68.out test69.out test70.out \ | |
30 test71.out test72.out test73.out test74.out test75.out \ | |
31 test76.out | |
0 | 32 |
33 .SUFFIXES: .in .out | |
34 | |
35 nongui: /tmp $(SCRIPTS) | |
36 csh -c echo ALL DONE | |
37 | |
38 clean: | |
39 csh -c \rm -rf *.out /tmp/* Xdotest small.vim tiny.vim mbyte.vim test.ok viminfo | |
40 | |
41 .in.out: | |
42 copy $*.ok test.ok | |
43 $(VIMPROG) -u amiga.vim -U NONE --noplugin -s dotest.in $*.in | |
44 diff test.out $*.ok | |
45 rename test.out $*.out | |
46 -delete X#? ALL QUIET | |
47 -delete test.ok | |
48 | |
49 # Create a directory for temp files | |
50 /tmp: | |
51 makedir /tmp | |
52 | |
53 # Manx requires all dependencies... | |
54 test1.out: test1.in | |
55 test2.out: test2.in | |
56 test3.out: test3.in | |
57 test4.out: test4.in | |
58 test5.out: test5.in | |
59 test6.out: test6.in | |
60 test7.out: test7.in | |
61 test8.out: test8.in | |
62 test9.out: test9.in | |
63 test10.out: test10.in | |
64 test11.out: test11.in | |
65 test12.out: test12.in | |
66 test13.out: test13.in | |
67 test14.out: test14.in | |
68 test15.out: test15.in | |
69 test16.out: test16.in | |
70 test17.out: test17.in | |
71 test18.out: test18.in | |
72 test19.out: test19.in | |
73 test20.out: test20.in | |
74 test21.out: test21.in | |
75 test22.out: test22.in | |
76 test23.out: test23.in | |
77 test24.out: test24.in | |
78 test25.out: test25.in | |
79 test26.out: test26.in | |
80 test27.out: test27.in | |
81 test28.out: test28.in | |
82 test29.out: test29.in | |
83 test30.out: test30.in | |
84 test31.out: test31.in | |
85 test32.out: test32.in | |
86 test33.out: test33.in | |
87 test34.out: test34.in | |
88 test35.out: test35.in | |
89 test36.out: test36.in | |
90 test37.out: test37.in | |
91 test38.out: test38.in | |
92 test39.out: test39.in | |
93 test40.out: test40.in | |
94 test41.out: test41.in | |
95 test42.out: test42.in | |
96 test43.out: test43.in | |
97 test44.out: test44.in | |
98 test45.out: test45.in | |
99 test46.out: test46.in | |
100 test47.out: test47.in | |
101 test48.out: test48.in | |
102 test51.out: test51.in | |
103 test53.out: test53.in | |
104 test54.out: test54.in | |
105 test55.out: test55.in | |
106 test56.out: test56.in | |
107 test57.out: test57.in | |
108 test58.out: test58.in | |
109 test59.out: test59.in | |
110 test60.out: test60.in | |
111 test61.out: test61.in | |
112 test62.out: test62.in | |
113 test63.out: test63.in | |
114 test64.out: test64.in | |
34
e170173ecb68
before ack base protocol.
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
115 test65.out: test65.in |
39 | 116 test66.out: test66.in |
117 test67.out: test67.in | |
118 test68.out: test68.in | |
119 test69.out: test69.in | |
120 test70.out: test70.in | |
121 test71.out: test71.in | |
122 test72.out: test72.in | |
123 test73.out: test73.in | |
124 test74.out: test74.in | |
125 test75.out: test75.in | |
126 test76.out: test76.in |