xref: /vim-8.2.3635/src/testdir/Make_amiga.mak (revision 32a23ac6)
1#
2# Makefile to run all tests for Vim, on Amiga
3#
4# Requires "rm", "csh" and "diff"!
5
6VIMPROG = /vim
7
8default: nongui
9
10include Make_all.mak
11
12SCRIPTS = $(SCRIPTS_TINY_OUT)
13
14.SUFFIXES: .in .out .res .vim
15
16nongui:	/tmp $(SCRIPTS)
17	csh -c echo ALL DONE
18
19clean:
20	csh -c \rm -rf *.out Xdir1 Xfind XfakeHOME Xdotest test.ok viminfo
21
22.in.out:
23	copy $*.ok test.ok
24	$(VIMPROG) -u amiga.vim -U NONE --noplugin --not-a-term -s dotest.in $*.in
25	diff test.out $*.ok
26	rename test.out $*.out
27	-delete X#? ALL QUIET
28	-delete test.ok
29
30# Create a directory for temp files
31/tmp:
32	makedir /tmp
33
34# Manx requires all dependencies, but we stopped updating them.
35# Delete the .out file(s) to run test(s).
36