summaryrefslogtreecommitdiff
path: root/tests/test-math-c++.cc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-02-25 15:31:52 +0100
committerBruno Haible <bruno@clisp.org>2012-02-25 15:31:52 +0100
commita80d0b604431ac7e093a2997e5dfa9102799cb26 (patch)
tree7fb5f4bd8769a4da06b12b17f0afb721c9ffa882 /tests/test-math-c++.cc
parent740a1058b08d06e581cceff4db58f22f9404abd9 (diff)
downloadgnulib-a80d0b604431ac7e093a2997e5dfa9102799cb26.tar.gz
Tests for module 'modfl'.
* modules/modfl-tests: New file. * tests/test-modfl.c: New file. * tests/test-math-c++.cc: Check the declaration of modfl.
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 4b5825af7d..99f14e9beb 100644
--- a/tests/test-math-c++.cc
+++ b/tests/test-math-c++.cc
@@ -189,6 +189,10 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::log10f, float, (float));
SIGNATURE_CHECK (GNULIB_NAMESPACE::modff, float, (float, float *));
#endif
//SIGNATURE_CHECK (GNULIB_NAMESPACE::modf, double, (double, double *));
+#if GNULIB_TEST_MODFL
+SIGNATURE_CHECK (GNULIB_NAMESPACE::modfl, long double,
+ (long double, long double *));
+#endif
//SIGNATURE_CHECK (GNULIB_NAMESPACE::nextafter, double, (double, double));