From 8be2fbb6705dfb41d06d688701803d206c968404 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 23 Feb 2017 19:32:47 +0100 Subject: 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) --- src/testdir/Make_all.mak | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/testdir/Make_all.mak') diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 7e18b11dd3..057e8b13aa 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -2,7 +2,10 @@ # Common Makefile, defines the list of tests to run. # -NO_PLUGIN = -U NONE --noplugin --not-a-term +# Options for protecting the tests against undesirable interaction with the +# environment +NO_PLUGINS = --noplugin --not-a-term +NO_INITS = -U NONE $(NO_PLUGINS) # The first script creates small.vim. SCRIPTS_FIRST = \ @@ -152,6 +155,7 @@ NEW_TESTS = test_arglist.res \ test_gf.res \ test_gn.res \ test_gui.res \ + test_gui_init.res \ test_hardcopy.res \ test_help.res \ test_hide.res \ -- cgit v1.2.3