comparison src/testdir/Make_dos.mak @ 7362:16c67ab8eafd v7.4.986

commit https://github.com/vim/vim/commit/da9888a3f0118ce1ce5acbdcf4720602c2de2a3b Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 28 21:35:14 2015 +0100 patch 7.4.986 Problem: Test49 doesn't work on MS-Windows. test70 is listed twice. Solution: Move test49 to the group not used on Amiga and MS-Windows. Remove test70 from SCRIPTS_WIN32.
author Christian Brabandt <cb@256bit.org>
date Mon, 28 Dec 2015 21:45:04 +0100
parents f0eb9aa9eb32
children eec1dc8ca160
comparison
equal deleted inserted replaced
7361:7e79aa31c025 7362:16c67ab8eafd
11 # test2 "\\tmp" doesn't work. 11 # test2 "\\tmp" doesn't work.
12 # test10 'errorformat' is different 12 # test10 'errorformat' is different
13 # test12 can't unlink a swap file 13 # test12 can't unlink a swap file
14 # test25 uses symbolic link 14 # test25 uses symbolic link
15 # test27 can't edit file with "*" in file name 15 # test27 can't edit file with "*" in file name
16 # test49 fails in various ways
16 # test97 \{ and \$ are not escaped characters. 17 # test97 \{ and \$ are not escaped characters.
17 18
18 SCRIPTS = $(SCRIPTS_ALL) $(SCRIPTS_MORE1) $(SCRIPTS_MORE3) $(SCRIPTS_MORE4) 19 SCRIPTS = $(SCRIPTS_ALL) $(SCRIPTS_MORE1) $(SCRIPTS_MORE3) $(SCRIPTS_MORE4)
19 20
20 TEST_OUTFILES = $(SCRIPTS_FIRST) $(SCRIPTS) $(SCRIPTS_WIN32) $(SCRIPTS_GUI) 21 TEST_OUTFILES = $(SCRIPTS_FIRST) $(SCRIPTS) $(SCRIPTS_WIN32) $(SCRIPTS_GUI)