comparison src/testdir/Make_all.mak @ 7623:2720952e9acb v7.4.1111

commit https://github.com/vim/vim/commit/f60b796fa9870bdfc4cdeb91653bac041916077d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 16 22:47:23 2016 +0100 patch 7.4.1111 Problem: test_expand fails on MS-Windows. Solution: Always use forward slashes. Remove references to test27.
author Christian Brabandt <cb@256bit.org>
date Sat, 16 Jan 2016 23:00:04 +0100
parents 8fc60af6dbf5
children 0ecb62a66a7a
comparison
equal deleted inserted replaced
7622:41db06cb1d81 7623:2720952e9acb
137 SCRIPTS_MORE2 = \ 137 SCRIPTS_MORE2 = \
138 test2.out \ 138 test2.out \
139 test10.out \ 139 test10.out \
140 test12.out \ 140 test12.out \
141 test25.out \ 141 test25.out \
142 test27.out \
143 test49.out \ 142 test49.out \
144 test97.out 143 test97.out
145 144
146 145
147 # Tests that run on most systems, but not MingW and Cygwin. 146 # Tests that run on most systems, but not MingW and Cygwin.