Tests for module 'fabsl'.
authorBruno Haible <bruno@clisp.org>
Sat, 25 Feb 2012 12:44:43 +0000 (13:44 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 25 Feb 2012 12:44:43 +0000 (13:44 +0100)
* tests/test-math-c++.cc: Check the declaration of fabsl.

ChangeLog
tests/test-math-c++.cc

index 74118a4..3a0396a 100644 (file)
--- 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.
index e6c59fd..4b5825a 100644 (file)
@@ -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));