summaryrefslogtreecommitdiff
path: root/tests/test-math-c++.cc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-02-25 17:27:05 +0100
committerBruno Haible <bruno@clisp.org>2012-02-25 17:27:05 +0100
commit157f0eaa5c453d7e1c1c172d1ef808e2ac2dd2d0 (patch)
tree546e53f7b7792827cd53c4483e8b983fd270c136 /tests/test-math-c++.cc
parent676fc6f6594c7b81d26b22226514a512ca0f4bc3 (diff)
downloadgnulib-157f0eaa5c453d7e1c1c172d1ef808e2ac2dd2d0.tar.gz
Tests for module 'fmodl'.
* modules/fmodl-tests: New file. * tests/test-fmodl.c: New file. * tests/test-math-c++.cc: Check the declaration of fmodl.
Diffstat (limited to 'tests/test-math-c++.cc')
-rw-r--r--tests/test-math-c++.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test-math-c++.cc b/tests/test-math-c++.cc
index 99f14e9beb..f092bc2f5b 100644
--- a/tests/test-math-c++.cc
+++ b/tests/test-math-c++.cc
@@ -138,6 +138,10 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::floorl, long double, (long double));
SIGNATURE_CHECK (GNULIB_NAMESPACE::fmodf, float, (float, float));
#endif
//SIGNATURE_CHECK (GNULIB_NAMESPACE::fmod, double, (double, double));
+#if GNULIB_TEST_FMODL
+SIGNATURE_CHECK (GNULIB_NAMESPACE::fmodl, long double,
+ (long double, long double));
+#endif
#if GNULIB_TEST_FREXPF
SIGNATURE_CHECK (GNULIB_NAMESPACE::frexpf, float, (float, int *));