blob: 4ca0594e722268ddb45e9b24e33cce4d8e371755 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001#
Bram Moolenaar68392722010-07-30 22:04:17 +02002# Makefile to run all tests for Vim, on Amiga
Bram Moolenaar071d4272004-06-13 20:20:40 +00003#
4# Requires "rm", "csh" and "diff"!
5
6VIMPROG = /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
17SCRIPTS = 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 \
Bram Moolenaara7fc0102005-05-18 22:17:12 +000026 test48.out test51.out test53.out test54.out test55.out \
Bram Moolenaar7d47b6e2006-03-15 22:59:18 +000027 test56.out test57.out test58.out test59.out test60.out \
Bram Moolenaardd310302009-03-11 15:37:53 +000028 test61.out test62.out test63.out test64.out test65.out \
Bram Moolenaar644fdff2010-05-30 13:26:21 +020029 test66.out test67.out test68.out test69.out test70.out \
Bram Moolenaar37dd0182010-11-10 16:54:20 +010030 test71.out test72.out test73.out test74.out test75.out \
Bram Moolenaarb05b10a2011-03-22 18:10:45 +010031 test76.out test77.out
Bram Moolenaar071d4272004-06-13 20:20:40 +000032
33.SUFFIXES: .in .out
34
35nongui: /tmp $(SCRIPTS)
36 csh -c echo ALL DONE
37
38clean:
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...
54test1.out: test1.in
55test2.out: test2.in
56test3.out: test3.in
57test4.out: test4.in
58test5.out: test5.in
59test6.out: test6.in
60test7.out: test7.in
61test8.out: test8.in
62test9.out: test9.in
63test10.out: test10.in
64test11.out: test11.in
65test12.out: test12.in
66test13.out: test13.in
67test14.out: test14.in
68test15.out: test15.in
69test16.out: test16.in
70test17.out: test17.in
71test18.out: test18.in
72test19.out: test19.in
73test20.out: test20.in
74test21.out: test21.in
75test22.out: test22.in
76test23.out: test23.in
77test24.out: test24.in
78test25.out: test25.in
79test26.out: test26.in
80test27.out: test27.in
81test28.out: test28.in
82test29.out: test29.in
83test30.out: test30.in
84test31.out: test31.in
85test32.out: test32.in
86test33.out: test33.in
87test34.out: test34.in
88test35.out: test35.in
89test36.out: test36.in
90test37.out: test37.in
91test38.out: test38.in
92test39.out: test39.in
93test40.out: test40.in
94test41.out: test41.in
95test42.out: test42.in
96test43.out: test43.in
97test44.out: test44.in
98test45.out: test45.in
99test46.out: test46.in
100test47.out: test47.in
101test48.out: test48.in
102test51.out: test51.in
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000103test53.out: test53.in
Bram Moolenaarb5bf5b82004-12-24 14:35:23 +0000104test54.out: test54.in
Bram Moolenaar383f9bc2005-01-19 22:18:32 +0000105test55.out: test55.in
Bram Moolenaara7fc0102005-05-18 22:17:12 +0000106test56.out: test56.in
Bram Moolenaar5c06f8b2005-05-31 22:14:58 +0000107test57.out: test57.in
Bram Moolenaar0dc065e2005-07-04 22:49:24 +0000108test58.out: test58.in
Bram Moolenaar53180ce2005-07-05 21:48:14 +0000109test59.out: test59.in
Bram Moolenaar0ce33f32005-12-23 22:16:03 +0000110test60.out: test60.in
Bram Moolenaar7d47b6e2006-03-15 22:59:18 +0000111test61.out: test61.in
Bram Moolenaarc9b4b052006-04-30 18:54:39 +0000112test62.out: test62.in
Bram Moolenaarbf96fb42007-07-26 21:11:52 +0000113test63.out: test63.in
Bram Moolenaar9c039782007-08-14 15:55:42 +0000114test64.out: test64.in
Bram Moolenaar446cb832008-06-24 21:56:24 +0000115test65.out: test65.in
Bram Moolenaardd310302009-03-11 15:37:53 +0000116test66.out: test66.in
Bram Moolenaar2db24dc2009-09-18 12:59:26 +0000117test67.out: test67.in
Bram Moolenaarf11021b2009-11-17 16:57:14 +0000118test68.out: test68.in
119test69.out: test69.in
Bram Moolenaar644fdff2010-05-30 13:26:21 +0200120test70.out: test70.in
121test71.out: test71.in
122test72.out: test72.in
Bram Moolenaar80a7dcf2010-08-04 17:07:20 +0200123test73.out: test73.in
Bram Moolenaar680eeca2010-10-20 17:44:42 +0200124test74.out: test74.in
Bram Moolenaar16a61652010-10-27 18:36:36 +0200125test75.out: test75.in
Bram Moolenaar37dd0182010-11-10 16:54:20 +0100126test76.out: test76.in
Bram Moolenaarb05b10a2011-03-22 18:10:45 +0100127test77.out: test77.in