0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

patch 7.4.988

Problem:    Default test target is test49.out.
Solution:   Add a build rule before including Make_all.mak.
This commit is contained in:
Bram Moolenaar
2015-12-28 22:24:41 +01:00
parent 0d27f64f71
commit 40bbceee22
7 changed files with 13 additions and 0 deletions

View File

@@ -5,6 +5,8 @@
VIMPROG = /vim
default: nongui
include Make_all.mak
# These tests don't work (yet):

View File

@@ -5,6 +5,8 @@
VIMPROG = ..\\vim
default: nongui
!include Make_all.mak
# Omitted:

View File

@@ -24,6 +24,8 @@ endif
VIMPROG = ..$(DIRSLASH)vim
default: vimall
include Make_all.mak
# Omitted:

View File

@@ -8,6 +8,8 @@
VIMPROG = ../vim.exe
default: all
include Make_all.mak
# Omitted:

View File

@@ -74,6 +74,8 @@
VIMPROG = <->vim.exe
default : all
# This probably doesn't work, please fix.
.INCLUDE Make_all.mak

View File

@@ -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.

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
988,
/**/
987,
/**/