diff 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
line wrap: on
line diff
--- 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 \