diff src/testdir/Makefile @ 7366:eec1dc8ca160 v7.4.988

commit https://github.com/vim/vim/commit/40bbceee2213a6fa8fdc1d3f3920d61fb5370803 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 28 22:24:41 2015 +0100 patch 7.4.988 Problem: Default test target is test49.out. Solution: Add a build rule before including Make_all.mak.
author Christian Brabandt <cb@256bit.org>
date Mon, 28 Dec 2015 22:30:04 +0100
parents f0eb9aa9eb32
children 6b057079a836
line wrap: on
line diff
--- a/src/testdir/Makefile
+++ b/src/testdir/Makefile
@@ -14,6 +14,7 @@ SCRIPTSOURCE = ../../runtime
 #   This will make testing about 10 times as slow.
 # VALGRIND = valgrind --tool=memcheck --leak-check=yes --num-callers=15 --log-file=valgrind.$*
 
+default: nongui
 
 # The list of tests is common to all systems.
 # This defines NEW_TESTS, SCRIPTS_ALL, SCRIPTS_MORE* and SCRIPTS_GUI.