summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-04 20:05:50 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-04 20:05:50 +0200
commit877e95779869c5426102aa491f67d99904c8534c (patch)
tree0c3f0dd43bc4a79e9af167f2907adbd85739f368 /src/testdir/Make_all.mak
parentee695f787ade7fd88fc5f5497553d95c0c3645b5 (diff)
patch 7.4.2153v7.4.2153
Problem: GUI test isn't testing much. Solution: Turn into a new style test. Execute a shell command.
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 2965b708d0..9493ccb40e 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -154,7 +154,7 @@ SCRIPTS_WIN32 = test50.out
# Tests for the GUI.
-SCRIPTS_GUI = test16.out
+SCRIPTS_GUI =
# Tests using runtest.vim.vim.
@@ -171,6 +171,7 @@ NEW_TESTS = test_arglist.res \
test_digraph.res \
test_farsi.res \
test_gn.res \
+ test_gui.res \
test_hardcopy.res \
test_history.res \
test_increment.res \