blob: 50f4141cff8fd43d139e76cb9295f9a3aa9fa099 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001#
2# Makefile to run al tests for Vim, on Amiga
3#
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 \
29 test66.out
Bram Moolenaar071d4272004-06-13 20:20:40 +000030
31.SUFFIXES: .in .out
32
33nongui: /tmp $(SCRIPTS)
34 csh -c echo ALL DONE
35
36clean:
37 csh -c \rm -rf *.out /tmp/* Xdotest small.vim tiny.vim mbyte.vim test.ok viminfo
38
39.in.out:
40 copy $*.ok test.ok
41 $(VIMPROG) -u amiga.vim -U NONE --noplugin -s dotest.in $*.in
42 diff test.out $*.ok
43 rename test.out $*.out
44 -delete X#? ALL QUIET
45 -delete test.ok
46
47# Create a directory for temp files
48/tmp:
49 makedir /tmp
50
51# Manx requires all dependencies...
52test1.out: test1.in
53test2.out: test2.in
54test3.out: test3.in
55test4.out: test4.in
56test5.out: test5.in
57test6.out: test6.in
58test7.out: test7.in
59test8.out: test8.in
60test9.out: test9.in
61test10.out: test10.in
62test11.out: test11.in
63test12.out: test12.in
64test13.out: test13.in
65test14.out: test14.in
66test15.out: test15.in
67test16.out: test16.in
68test17.out: test17.in
69test18.out: test18.in
70test19.out: test19.in
71test20.out: test20.in
72test21.out: test21.in
73test22.out: test22.in
74test23.out: test23.in
75test24.out: test24.in
76test25.out: test25.in
77test26.out: test26.in
78test27.out: test27.in
79test28.out: test28.in
80test29.out: test29.in
81test30.out: test30.in
82test31.out: test31.in
83test32.out: test32.in
84test33.out: test33.in
85test34.out: test34.in
86test35.out: test35.in
87test36.out: test36.in
88test37.out: test37.in
89test38.out: test38.in
90test39.out: test39.in
91test40.out: test40.in
92test41.out: test41.in
93test42.out: test42.in
94test43.out: test43.in
95test44.out: test44.in
96test45.out: test45.in
97test46.out: test46.in
98test47.out: test47.in
99test48.out: test48.in
100test51.out: test51.in
Bram Moolenaarcfbc5ee2004-07-02 15:38:35 +0000101test53.out: test53.in
Bram Moolenaarb5bf5b82004-12-24 14:35:23 +0000102test54.out: test54.in
Bram Moolenaar383f9bc2005-01-19 22:18:32 +0000103test55.out: test55.in
Bram Moolenaara7fc0102005-05-18 22:17:12 +0000104test56.out: test56.in
Bram Moolenaar5c06f8b2005-05-31 22:14:58 +0000105test57.out: test57.in
Bram Moolenaar0dc065e2005-07-04 22:49:24 +0000106test58.out: test58.in
Bram Moolenaar53180ce2005-07-05 21:48:14 +0000107test59.out: test59.in
Bram Moolenaar0ce33f32005-12-23 22:16:03 +0000108test60.out: test60.in
Bram Moolenaar7d47b6e2006-03-15 22:59:18 +0000109test61.out: test61.in
Bram Moolenaarc9b4b052006-04-30 18:54:39 +0000110test62.out: test62.in
Bram Moolenaarbf96fb42007-07-26 21:11:52 +0000111test63.out: test63.in
Bram Moolenaar9c039782007-08-14 15:55:42 +0000112test64.out: test64.in
Bram Moolenaar446cb832008-06-24 21:56:24 +0000113test65.out: test65.in
Bram Moolenaardd310302009-03-11 15:37:53 +0000114test66.out: test66.in