Mercurial > hg > RemoteEditor > vim7
comparison src/testdir/Make_amiga.mak @ 48:67300faee616 v7-3-618
v7-3-618
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 01 Aug 2012 18:08:28 +0900 |
parents | c16898406ff2 |
children |
comparison
equal
deleted
inserted
replaced
47:6c0584ec21b1 | 48:67300faee616 |
---|---|
11 # test11 "cat" doesn't work properly | 11 # test11 "cat" doesn't work properly |
12 # test12 can't unlink a swap file | 12 # test12 can't unlink a swap file |
13 # test25 uses symbolic link | 13 # test25 uses symbolic link |
14 # test27 can't edit file with "*" | 14 # test27 can't edit file with "*" |
15 # test52 only for Win32 | 15 # test52 only for Win32 |
16 # test85 no Lua interface | |
17 # test86, 87 no Python interface | |
16 | 18 |
17 SCRIPTS = test1.out test3.out test4.out test5.out test6.out \ | 19 SCRIPTS = test1.out test3.out test4.out test5.out test6.out \ |
18 test7.out test8.out test9.out \ | 20 test7.out test8.out test9.out \ |
19 test13.out test14.out test15.out test17.out \ | 21 test13.out test14.out test15.out test17.out \ |
20 test18.out test19.out test20.out test21.out test22.out \ | 22 test18.out test19.out test20.out test21.out test22.out \ |
26 test48.out test51.out test53.out test54.out test55.out \ | 28 test48.out test51.out test53.out test54.out test55.out \ |
27 test56.out test57.out test58.out test59.out test60.out \ | 29 test56.out test57.out test58.out test59.out test60.out \ |
28 test61.out test62.out test63.out test64.out test65.out \ | 30 test61.out test62.out test63.out test64.out test65.out \ |
29 test66.out test67.out test68.out test69.out test70.out \ | 31 test66.out test67.out test68.out test69.out test70.out \ |
30 test71.out test72.out test73.out test74.out test75.out \ | 32 test71.out test72.out test73.out test74.out test75.out \ |
31 test76.out | 33 test76.out test77.out test78.out test79.out test80.out \ |
34 test81.out test82.out test83.out test84.out | |
32 | 35 |
33 .SUFFIXES: .in .out | 36 .SUFFIXES: .in .out |
34 | 37 |
35 nongui: /tmp $(SCRIPTS) | 38 nongui: /tmp $(SCRIPTS) |
36 csh -c echo ALL DONE | 39 csh -c echo ALL DONE |
122 test72.out: test72.in | 125 test72.out: test72.in |
123 test73.out: test73.in | 126 test73.out: test73.in |
124 test74.out: test74.in | 127 test74.out: test74.in |
125 test75.out: test75.in | 128 test75.out: test75.in |
126 test76.out: test76.in | 129 test76.out: test76.in |
130 test77.out: test77.in | |
131 test78.out: test78.in | |
132 test79.out: test79.in | |
133 test80.out: test80.in | |
134 test81.out: test81.in | |
135 test82.out: test82.in | |
136 test83.out: test83.in | |
137 test84.out: test84.in |