comparison src/testdir/Make_dos.mak @ 21741:baccf9e06efe v8.2.1420

patch 8.2.1420: test 49 is old style Commit: https://github.com/vim/vim/commit/f7c4d83609acdfe0e4d0fec9413697ac97c0c3f9 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 11 20:42:19 2020 +0200 patch 8.2.1420: test 49 is old style Problem: Test 49 is old style. Solution: Convert remaining parts to new style. Remove obsolete items. (Yegappan Lakshmanan, closes #6683)
author Bram Moolenaar <Bram@vim.org>
date Tue, 11 Aug 2020 20:45:05 +0200
parents dc1c26547a42
children 30bdd2e4a6f9
comparison
equal deleted inserted replaced
21740:54928f1c0d20 21741:baccf9e06efe
7 7
8 default: nongui 8 default: nongui
9 9
10 !include Make_all.mak 10 !include Make_all.mak
11 11
12 # Omitted: 12 TEST_OUTFILES = $(SCRIPTS_FIRST)
13 # test49 fails in various ways
14
15 SCRIPTS = $(SCRIPTS_ALL) $(SCRIPTS_MORE1) $(SCRIPTS_MORE4)
16
17 TEST_OUTFILES = $(SCRIPTS_FIRST) $(SCRIPTS) $(SCRIPTS_WIN32) $(SCRIPTS_GUI)
18 DOSTMP = dostmp 13 DOSTMP = dostmp
19 DOSTMP_OUTFILES = $(TEST_OUTFILES:test=dostmp\test) 14 DOSTMP_OUTFILES = $(TEST_OUTFILES:test=dostmp\test)
20 DOSTMP_INFILES = $(DOSTMP_OUTFILES:.out=.in) 15 DOSTMP_INFILES = $(DOSTMP_OUTFILES:.out=.in)
21 16
22 .SUFFIXES: .in .out .res .vim 17 .SUFFIXES: .in .out .res .vim
23 18
24 nongui: nolog $(SCRIPTS_FIRST) $(SCRIPTS) newtests report 19 nongui: nolog $(SCRIPTS_FIRST) newtests report
25 20
26 small: nolog report 21 small: nolog report
27 22
28 gui: nolog $(SCRIPTS_FIRST) $(SCRIPTS) $(SCRIPTS_GUI) newtests report 23 gui: nolog $(SCRIPTS_FIRST) newtests report
29 24
30 win32: nolog $(SCRIPTS_FIRST) $(SCRIPTS) $(SCRIPTS_WIN32) newtests report 25 win32: nolog $(SCRIPTS_FIRST) newtests report
31 26
32 # Copy the input files to dostmp, changing the fileformat to dos. 27 # Copy the input files to dostmp, changing the fileformat to dos.
33 $(DOSTMP_INFILES): $(*B).in 28 $(DOSTMP_INFILES): $(*B).in
34 if not exist $(DOSTMP)\NUL md $(DOSTMP) 29 if not exist $(DOSTMP)\NUL md $(DOSTMP)
35 if exist $@ del $@ 30 if exist $@ del $@