From bee49c47e7580789471815aea43b7fea5ad3bd1b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 25 Feb 2012 13:44:43 +0100 Subject: [PATCH] Tests for module 'fabsl'. * tests/test-math-c++.cc: Check the declaration of fabsl. --- ChangeLog | 1 + tests/test-math-c++.cc | 3 +++ 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 74118a4a7..3a0396a5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ Tests for module 'fabsl'. * modules/fabsl-tests: New file. * tests/test-fabsl.c: New file. + * tests/test-math-c++.cc: Check the declaration of fabsl. New module 'fabsl'. * lib/math.in.h (fabsl): New declaration. diff --git a/tests/test-math-c++.cc b/tests/test-math-c++.cc index e6c59fdb4..4b5825af7 100644 --- a/tests/test-math-c++.cc +++ b/tests/test-math-c++.cc @@ -120,6 +120,9 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::expl, long double, (long double)); SIGNATURE_CHECK (GNULIB_NAMESPACE::fabsf, float, (float)); #endif //SIGNATURE_CHECK (GNULIB_NAMESPACE::fabs, double, (double)); +#if GNULIB_TEST_FABSL +SIGNATURE_CHECK (GNULIB_NAMESPACE::fabsl, long double, (long double)); +#endif #if GNULIB_TEST_FLOORF SIGNATURE_CHECK (GNULIB_NAMESPACE::floorf, float, (float)); -- 2.11.0