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:
@@ -5,6 +5,8 @@
|
|||||||
|
|
||||||
VIMPROG = /vim
|
VIMPROG = /vim
|
||||||
|
|
||||||
|
default: nongui
|
||||||
|
|
||||||
include Make_all.mak
|
include Make_all.mak
|
||||||
|
|
||||||
# These tests don't work (yet):
|
# These tests don't work (yet):
|
||||||
|
@@ -5,6 +5,8 @@
|
|||||||
|
|
||||||
VIMPROG = ..\\vim
|
VIMPROG = ..\\vim
|
||||||
|
|
||||||
|
default: nongui
|
||||||
|
|
||||||
!include Make_all.mak
|
!include Make_all.mak
|
||||||
|
|
||||||
# Omitted:
|
# Omitted:
|
||||||
|
@@ -24,6 +24,8 @@ endif
|
|||||||
|
|
||||||
VIMPROG = ..$(DIRSLASH)vim
|
VIMPROG = ..$(DIRSLASH)vim
|
||||||
|
|
||||||
|
default: vimall
|
||||||
|
|
||||||
include Make_all.mak
|
include Make_all.mak
|
||||||
|
|
||||||
# Omitted:
|
# Omitted:
|
||||||
|
@@ -8,6 +8,8 @@
|
|||||||
|
|
||||||
VIMPROG = ../vim.exe
|
VIMPROG = ../vim.exe
|
||||||
|
|
||||||
|
default: all
|
||||||
|
|
||||||
include Make_all.mak
|
include Make_all.mak
|
||||||
|
|
||||||
# Omitted:
|
# Omitted:
|
||||||
|
@@ -74,6 +74,8 @@
|
|||||||
|
|
||||||
VIMPROG = <->vim.exe
|
VIMPROG = <->vim.exe
|
||||||
|
|
||||||
|
default : all
|
||||||
|
|
||||||
# This probably doesn't work, please fix.
|
# This probably doesn't work, please fix.
|
||||||
.INCLUDE Make_all.mak
|
.INCLUDE Make_all.mak
|
||||||
|
|
||||||
|
@@ -14,6 +14,7 @@ SCRIPTSOURCE = ../../runtime
|
|||||||
# This will make testing about 10 times as slow.
|
# This will make testing about 10 times as slow.
|
||||||
# VALGRIND = valgrind --tool=memcheck --leak-check=yes --num-callers=15 --log-file=valgrind.$*
|
# VALGRIND = valgrind --tool=memcheck --leak-check=yes --num-callers=15 --log-file=valgrind.$*
|
||||||
|
|
||||||
|
default: nongui
|
||||||
|
|
||||||
# The list of tests is common to all systems.
|
# The list of tests is common to all systems.
|
||||||
# This defines NEW_TESTS, SCRIPTS_ALL, SCRIPTS_MORE* and SCRIPTS_GUI.
|
# This defines NEW_TESTS, SCRIPTS_ALL, SCRIPTS_MORE* and SCRIPTS_GUI.
|
||||||
|
@@ -741,6 +741,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
988,
|
||||||
/**/
|
/**/
|
||||||
987,
|
987,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user