Skip to content

Commit 40bbcee

Browse files
committed
patch 7.4.988
Problem: Default test target is test49.out. Solution: Add a build rule before including Make_all.mak.
1 parent 0d27f64 commit 40bbcee

File tree

7 files changed

+13
-0
lines changed

7 files changed

+13
-0
lines changed

src/testdir/Make_amiga.mak

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
VIMPROG = /vim
77

8+
default: nongui
9+
810
include Make_all.mak
911

1012
# These tests don't work (yet):

src/testdir/Make_dos.mak

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
VIMPROG = ..\\vim
77

8+
default: nongui
9+
810
!include Make_all.mak
911

1012
# Omitted:

src/testdir/Make_ming.mak

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ endif
2424

2525
VIMPROG = ..$(DIRSLASH)vim
2626

27+
default: vimall
28+
2729
include Make_all.mak
2830

2931
# Omitted:

src/testdir/Make_os2.mak

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
VIMPROG = ../vim.exe
1010

11+
default: all
12+
1113
include Make_all.mak
1214

1315
# Omitted:

src/testdir/Make_vms.mms

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@
7474

7575
VIMPROG = <->vim.exe
7676

77+
default : all
78+
7779
# This probably doesn't work, please fix.
7880
.INCLUDE Make_all.mak
7981

src/testdir/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ SCRIPTSOURCE = ../../runtime
1414
# This will make testing about 10 times as slow.
1515
# VALGRIND = valgrind --tool=memcheck --leak-check=yes --num-callers=15 --log-file=valgrind.$*
1616

17+
default: nongui
1718

1819
# The list of tests is common to all systems.
1920
# This defines NEW_TESTS, SCRIPTS_ALL, SCRIPTS_MORE* and SCRIPTS_GUI.

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
988,
744746
/**/
745747
987,
746748
/**/

0 commit comments

Comments
 (0)