summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-02-23 19:32:47 +0100
committerBram Moolenaar <Bram@vim.org>2017-02-23 19:32:47 +0100
commit8be2fbb6705dfb41d06d688701803d206c968404 (patch)
tree7b603e040afbf40bc7d13a87c2f433af2c49bc37 /src/testdir/Make_all.mak
parentb544f3c81f1e6a50322855681ac266ffaa8e313c (diff)
patch 8.0.0361: GUI initialisation is not sufficiently testedv8.0.0361
Problem: GUI initialisation is not sufficiently tested. Solution: Add the gui_init test. (Kazuki Kuriyama)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak6
1 files changed, 5 insertions, 1 deletions
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 \