2 # Makefile to run al tests for Vim, on Amiga
4 # Requires "rm", "csh" and "diff"!
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
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 \
28 test61.out test62.out test63.out test64.out test65.out
32 nongui
: /tmp
$(SCRIPTS
)
36 csh
-c
\rm
-rf
*.out
/tmp
/* Xdotest small.vim tiny.vim mbyte.vim
test.ok viminfo
40 $(VIMPROG
) -u amiga.vim
-U NONE
--noplugin
-s dotest.in
$*.in
42 rename
test.out
$*.out
46 # Create a directory for temp files
50 # Manx requires all dependencies...
100 test53.out
: test53.in
101 test54.out
: test54.in
102 test55.out
: test55.in
103 test56.out
: test56.in
104 test57.out
: test57.in
105 test58.out
: test58.in
106 test59.out
: test59.in
107 test60.out
: test60.in
108 test61.out
: test61.in
109 test62.out
: test62.in
110 test63.out
: test63.in
111 test64.out
: test64.in
112 test65.out
: test65.in