From 9b4b32b5911b9d51643d2efd6c646f17e5214c03 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Mon, 5 Feb 2018 09:54:28 +0200 Subject: Fix MPFR_TESTS in test/Makefile.am. --- test/ChangeLog | 6 ++++++ test/Makefile.am | 5 +++-- test/Makefile.in | 6 ++++-- 3 files changed, 13 insertions(+), 4 deletions(-) (limited to 'test') 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 + + * Makefile.am (MPFR_TESTS): Sort tests and use backslash + continuation to get the full list. A HUGE thank you to + Eli Zaretskii for the report. + 2018-02-01 Arnold D. Robbins * 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 -- cgit v1.2.3