gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4011-g1270188


From: Andrew J. Schorr
Subject: [SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4011-g1270188
Date: Mon, 6 Jul 2020 16:14:19 -0400 (EDT)

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-5.1-stable has been updated
       via  12701888ede0f58d20c7bd9bdb4334d1bf10bce1 (commit)
      from  177df586e992824f80bf81a1b878c7a4076caedd (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=12701888ede0f58d20c7bd9bdb4334d1bf10bce1

commit 12701888ede0f58d20c7bd9bdb4334d1bf10bce1
Author: Andrew J. Schorr <aschorr@telemetry-investments.com>
Date:   Mon Jul 6 16:13:25 2020 -0400

    Add $(GAWK_TEST_ARGS) to tests so we can run them with -M.

diff --git a/test/ChangeLog b/test/ChangeLog
index d70282a..9a9922f 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2020-07-06         Andrew J. Schorr      <aschorr@telemetry-investments.com>
+
+       * Makefile.am (AWK): Append $(GAWK_TEST_ARGS) to enable running
+       tests with -M enabled for MPFR debugging.
+
 2020-07-05         Arnold D. Robbins     <arnold@skeeve.com>
 
        * Makefile.am (EXTRA_DIST): New tests, mpfrcase, mpfrnonum.
diff --git a/test/Makefile.am b/test/Makefile.am
index 7a1b449..b7e3240 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1580,7 +1580,7 @@ VALGRIND =
 #
 # And we set AWKLIBPATH to find the extension libraries we built.
 LOCALES = LANGUAGE= LC_ALL=$${GAWKLOCALE:-C} LANG=$${GAWKLOCALE:-C}
-AWK = $(LOCALES) AWKLIBPATH=../extension/.libs $(VALGRIND) $(AWKPROG)
+AWK = $(LOCALES) AWKLIBPATH=../extension/.libs $(VALGRIND) $(AWKPROG) 
$(GAWK_TEST_ARGS)
 
 # Message stuff is to make it a little easier to follow.
 # Make the pass-fail last and dependent on others to avoid
diff --git a/test/Makefile.in b/test/Makefile.in
index dc691ad..afa233f 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -161,7 +161,7 @@ AR = @AR@
 AUTOCONF = @AUTOCONF@
 AUTOHEADER = @AUTOHEADER@
 AUTOMAKE = @AUTOMAKE@
-AWK = $(LOCALES) AWKLIBPATH=../extension/.libs $(VALGRIND) $(AWKPROG)
+AWK = $(LOCALES) AWKLIBPATH=../extension/.libs $(VALGRIND) $(AWKPROG) 
$(GAWK_TEST_ARGS)
 CC = @CC@
 CCDEPMODE = @CCDEPMODE@
 CFLAGS = @CFLAGS@

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

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


hooks/post-receive
-- 
gawk



reply via email to

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