comparison src/testdir/Make_dos.mak @ 7356:f0eb9aa9eb32 v7.4.983

commit https://github.com/vim/vim/commit/a60824308cd9bc192c5d38fc16cccfcf652b40f6 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 28 16:26:45 2015 +0100 patch 7.4.983 Problem: Executing one test after "make testclean" doesn't work. Solution: Add a dependency on test1.out.
author Christian Brabandt <cb@256bit.org>
date Mon, 28 Dec 2015 16:30:04 +0100
parents 81dc9e30aad6
children 16c67ab8eafd
comparison
equal deleted inserted replaced
7355:97b469bab989 7356:f0eb9aa9eb32
15 # test27 can't edit file with "*" in file name 15 # test27 can't edit file with "*" in file name
16 # test97 \{ and \$ are not escaped characters. 16 # test97 \{ and \$ are not escaped characters.
17 17
18 SCRIPTS = $(SCRIPTS_ALL) $(SCRIPTS_MORE1) $(SCRIPTS_MORE3) $(SCRIPTS_MORE4) 18 SCRIPTS = $(SCRIPTS_ALL) $(SCRIPTS_MORE1) $(SCRIPTS_MORE3) $(SCRIPTS_MORE4)
19 19
20 TEST_OUTFILES = $(SCRIPTS) $(SCRIPTS_WIN32) $(SCRIPTS_GUI) 20 TEST_OUTFILES = $(SCRIPTS_FIRST) $(SCRIPTS) $(SCRIPTS_WIN32) $(SCRIPTS_GUI)
21 DOSTMP = dostmp 21 DOSTMP = dostmp
22 DOSTMP_OUTFILES = $(TEST_OUTFILES:test=dostmp\test) 22 DOSTMP_OUTFILES = $(TEST_OUTFILES:test=dostmp\test)
23 DOSTMP_INFILES = $(DOSTMP_OUTFILES:.out=.in) 23 DOSTMP_INFILES = $(DOSTMP_OUTFILES:.out=.in)
24 24
25 .SUFFIXES: .in .out 25 .SUFFIXES: .in .out
26 26
27 nongui: nolog $(SCRIPTS) report 27 # Must run test1 first to create small.vim.
28 $(SCRIPTS) $(SCRIPTS_GUI) $(SCRIPTS_WIN32) $(NEW_TESTS): $(SCRIPTS_FIRST)
29
30 nongui: nolog $(SCRIPTS_FIRST) $(SCRIPTS) report
28 31
29 small: nolog report 32 small: nolog report
30 33
31 gui: nolog $(SCRIPTS) $(SCRIPTS_GUI) report 34 gui: nolog $(SCRIPTS_FIRST) $(SCRIPTS) $(SCRIPTS_GUI) report
32 35
33 win32: nolog $(SCRIPTS) $(SCRIPTS_WIN32) report 36 win32: nolog $(SCRIPTS_FIRST) $(SCRIPTS) $(SCRIPTS_WIN32) report
34 37
35 # Copy the input files to dostmp, changing the fileformat to dos. 38 # Copy the input files to dostmp, changing the fileformat to dos.
36 $(DOSTMP_INFILES): $(*B).in 39 $(DOSTMP_INFILES): $(*B).in
37 if not exist $(DOSTMP)\NUL md $(DOSTMP) 40 if not exist $(DOSTMP)\NUL md $(DOSTMP)
38 if exist $@ del $@ 41 if exist $@ del $@