Problem: Default test target is test49.out.
Solution: Add a build rule before including Make_all.mak.
VIMPROG = /vim
+default: nongui
+
include Make_all.mak
# These tests don't work (yet):
VIMPROG = ..\\vim
+default: nongui
+
!include Make_all.mak
# Omitted:
VIMPROG = ..$(DIRSLASH)vim
+default: vimall
+
include Make_all.mak
# Omitted:
VIMPROG = ../vim.exe
+default: all
+
include Make_all.mak
# Omitted:
VIMPROG = <->vim.exe
+default : all
+
# This probably doesn't work, please fix.
.INCLUDE Make_all.mak
# 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.
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 988,
/**/
987,
/**/