Skip to content

Commit 6a44f3c

Browse files
committed
updated for version 7.3.170
Problem: VMS Makefile for testing was not updated for test77. Solution: Add test77 to the Makefile.
1 parent e8f41f9 commit 6a44f3c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/testdir/Make_vms.mms

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Authors: Zoltan Arpadffy, <[email protected]>
55
# Sandor Kopanyi, <[email protected]>
66
#
7-
# Last change: 2010 Nov 10
7+
# Last change: 2011 Mar 03
88
#
99
# This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
1010
# Edit the lines in the Configuration section below to select.
@@ -74,7 +74,8 @@ SCRIPT = test1.out test2.out test3.out test4.out test5.out \
7474
test56.out test57.out test60.out \
7575
test61.out test62.out test63.out test64.out test65.out \
7676
test66.out test67.out test68.out test69.out \
77-
test71.out test72.out test74.out test75.out test76.out
77+
test71.out test72.out test74.out test75.out test76.out \
78+
test77.out
7879

7980
# Known problems:
8081
# Test 30: a problem around mac format - unknown reason

src/version.c

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

715715
static int included_patches[] =
716716
{ /* Add new patch number below this line */
717+
/**/
718+
170,
717719
/**/
718720
169,
719721
/**/

0 commit comments

Comments
 (0)