aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-02-05 09:54:28 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-02-05 09:54:28 +0200
commit9b4b32b5911b9d51643d2efd6c646f17e5214c03 (patch)
treebea88f20a62e2a1eb94a235e9dccf09d9fcf9431
parenteba66f4cd899ccbefa242420fd157d30202b2fa9 (diff)
downloadegawk-9b4b32b5911b9d51643d2efd6c646f17e5214c03.tar.gz
egawk-9b4b32b5911b9d51643d2efd6c646f17e5214c03.tar.bz2
egawk-9b4b32b5911b9d51643d2efd6c646f17e5214c03.zip
Fix MPFR_TESTS in test/Makefile.am.
-rw-r--r--test/ChangeLog6
-rw-r--r--test/Makefile.am5
-rw-r--r--test/Makefile.in6
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