gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-291


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2916-g9b4b32b
Date: Mon, 5 Feb 2018 02:54:47 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, gawk-4.2-stable has been updated
       via  9b4b32b5911b9d51643d2efd6c646f17e5214c03 (commit)
      from  eba66f4cd899ccbefa242420fd157d30202b2fa9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=9b4b32b5911b9d51643d2efd6c646f17e5214c03

commit 9b4b32b5911b9d51643d2efd6c646f17e5214c03
Author: Arnold D. Robbins <address@hidden>
Date:   Mon Feb 5 09:54:28 2018 +0200

    Fix MPFR_TESTS in test/Makefile.am.

diff --git a/test/ChangeLog b/test/ChangeLog
index c5c0f7e..27817e2 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,9 @@
+2018-02-05         Arnold D. Robbins     <address@hidden>
+
+       * Makefile.am (MPFR_TESTS): Sort tests and use backslash
+       continuation to get the full list. A HUGE thank you to
+       Eli Zaretskii <address@hidden> for the report.
+
 2018-02-01         Arnold D. Robbins     <address@hidden>
 
        * Makefile.am (AWK): Move LANGUAGE= to here instead of
diff --git a/test/Makefile.am b/test/Makefile.am
index b0b2baa..e154338 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1297,8 +1297,9 @@ INET_TESTS = inetdayu inetdayt inetechu inetecht
 
 MACHINE_TESTS = double1 double2 fmtspcl intformat
 
-MPFR_TESTS = mpfrnr mpfrnegzero mpfrmemok1 mpfrrem mpfrrnd mpfrrndeval mpfrieee
-       mpfrexprange mpfrsort mpfrsqrt mpfrbigint mpfrstrtonum mpgforcenum
+MPFR_TESTS = mpfrbigint mpfrexprange mpfrieee mpfrmemok1 mpfrnegzero \
+       mpfrnr mpfrrem mpfrrnd mpfrrndeval mpfrsort mpfrsqrt \
+       mpfrstrtonum mpgforcenum
 
 LOCALE_CHARSET_TESTS = \
        asort asorti backbigs1 backsmalls1 backsmalls2 \
diff --git a/test/Makefile.in b/test/Makefile.in
index 1a64147..99047fe 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1550,7 +1550,10 @@ ARRAYDEBUG_TESTS = arrdbg
 EXTRA_TESTS = inftest regtest ignrcas3 
 INET_TESTS = inetdayu inetdayt inetechu inetecht
 MACHINE_TESTS = double1 double2 fmtspcl intformat
-MPFR_TESTS = mpfrnr mpfrnegzero mpfrmemok1 mpfrrem mpfrrnd mpfrrndeval mpfrieee
+MPFR_TESTS = mpfrbigint mpfrexprange mpfrieee mpfrmemok1 mpfrnegzero \
+       mpfrnr mpfrrem mpfrrnd mpfrrndeval mpfrsort mpfrsqrt \
+       mpfrstrtonum mpgforcenum
+
 LOCALE_CHARSET_TESTS = \
        asort asorti backbigs1 backsmalls1 backsmalls2 \
        fmttest fnarydel fnparydl jarebug lc_num1 mbfw1 \
@@ -1797,7 +1800,6 @@ uninstall-am:
 
 .PRECIOUS: Makefile
 
-       mpfrexprange mpfrsort mpfrsqrt mpfrbigint mpfrstrtonum mpgforcenum
 
 # Message stuff is to make it a little easier to follow.
 # Make the pass-fail last and dependent on others to avoid

-----------------------------------------------------------------------

Summary of changes:
 test/ChangeLog   | 6 ++++++
 test/Makefile.am | 5 +++--
 test/Makefile.in | 6 ++++--
 3 files changed, 13 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]