comparison src/testdir/Make_all.mak @ 9756:00d753ea19a9 v7.4.2153

commit https://github.com/vim/vim/commit/877e95779869c5426102aa491f67d99904c8534c Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 4 20:05:50 2016 +0200 patch 7.4.2153 Problem: GUI test isn't testing much. Solution: Turn into a new style test. Execute a shell command.
author Christian Brabandt <cb@256bit.org>
date Thu, 04 Aug 2016 20:15:06 +0200
parents 5e9f63a2ac5c
children e0b783389bea
comparison
equal deleted inserted replaced
9755:18485302ec7f 9756:00d753ea19a9
152 # Tests specifically for MS-Windows. 152 # Tests specifically for MS-Windows.
153 SCRIPTS_WIN32 = test50.out 153 SCRIPTS_WIN32 = test50.out
154 154
155 155
156 # Tests for the GUI. 156 # Tests for the GUI.
157 SCRIPTS_GUI = test16.out 157 SCRIPTS_GUI =
158 158
159 159
160 # Tests using runtest.vim.vim. 160 # Tests using runtest.vim.vim.
161 # Keep test_alot*.res as the last one, sort the others. 161 # Keep test_alot*.res as the last one, sort the others.
162 NEW_TESTS = test_arglist.res \ 162 NEW_TESTS = test_arglist.res \
169 test_cscope.res \ 169 test_cscope.res \
170 test_diffmode.res \ 170 test_diffmode.res \
171 test_digraph.res \ 171 test_digraph.res \
172 test_farsi.res \ 172 test_farsi.res \
173 test_gn.res \ 173 test_gn.res \
174 test_gui.res \
174 test_hardcopy.res \ 175 test_hardcopy.res \
175 test_history.res \ 176 test_history.res \
176 test_increment.res \ 177 test_increment.res \
177 test_increment_dbcs.res \ 178 test_increment_dbcs.res \
178 test_json.res \ 179 test_json.res \