diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-05 10:23:04 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-05 10:23:04 +0200 |
commit | 7c32c835b7f15d2906a691fa7776d3fcd77be0f7 (patch) | |
tree | d02a4cd5a52899a217bde9b43bd0f86827691ec2 | |
parent | ed481a06a208413ac4797164060bc1b86065dff7 (diff) | |
parent | 4f92f35791d975671881e21f6b79b71050fd2787 (diff) | |
download | egawk-7c32c835b7f15d2906a691fa7776d3fcd77be0f7.tar.gz egawk-7c32c835b7f15d2906a691fa7776d3fcd77be0f7.tar.bz2 egawk-7c32c835b7f15d2906a691fa7776d3fcd77be0f7.zip |
Merge branch 'master' into feature/fix-comments
-rw-r--r-- | test/ChangeLog | 6 | ||||
-rw-r--r-- | test/Makefile.am | 5 | ||||
-rw-r--r-- | test/Makefile.in | 6 |
3 files changed, 13 insertions, 4 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index c5c0f7ee..27817e24 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,9 @@ +2018-02-05 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (MPFR_TESTS): Sort tests and use backslash + continuation to get the full list. A HUGE thank you to + Eli Zaretskii <eliz@gnu.org> for the report. + 2018-02-01 Arnold D. Robbins <arnold@skeeve.com> * Makefile.am (AWK): Move LANGUAGE= to here instead of diff --git a/test/Makefile.am b/test/Makefile.am index b0b2baa1..e154338c 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 1a64147e..99047fef 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 |