comparison src/testdir/Make_all.mak @ 10944:4e2cdce4576c v8.0.0361

patch 8.0.0361: GUI initialisation is not sufficiently tested commit https://github.com/vim/vim/commit/8be2fbb6705dfb41d06d688701803d206c968404 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 23 19:32:47 2017 +0100 patch 8.0.0361: GUI initialisation is not sufficiently tested Problem: GUI initialisation is not sufficiently tested. Solution: Add the gui_init test. (Kazuki Kuriyama)
author Christian Brabandt <cb@256bit.org>
date Thu, 23 Feb 2017 19:45:04 +0100
parents e05695e59f6d
children 2297aae8e127
comparison
equal deleted inserted replaced
10943:02654bf3c3f6 10944:4e2cdce4576c
1 # 1 #
2 # Common Makefile, defines the list of tests to run. 2 # Common Makefile, defines the list of tests to run.
3 # 3 #
4 4
5 NO_PLUGIN = -U NONE --noplugin --not-a-term 5 # Options for protecting the tests against undesirable interaction with the
6 # environment
7 NO_PLUGINS = --noplugin --not-a-term
8 NO_INITS = -U NONE $(NO_PLUGINS)
6 9
7 # The first script creates small.vim. 10 # The first script creates small.vim.
8 SCRIPTS_FIRST = \ 11 SCRIPTS_FIRST = \
9 test1.out 12 test1.out
10 13
150 test_fnameescape.res \ 153 test_fnameescape.res \
151 test_fold.res \ 154 test_fold.res \
152 test_gf.res \ 155 test_gf.res \
153 test_gn.res \ 156 test_gn.res \
154 test_gui.res \ 157 test_gui.res \
158 test_gui_init.res \
155 test_hardcopy.res \ 159 test_hardcopy.res \
156 test_help.res \ 160 test_help.res \
157 test_hide.res \ 161 test_hide.res \
158 test_history.res \ 162 test_history.res \
159 test_hlsearch.res \ 163 test_hlsearch.res \