summaryrefslogtreecommitdiff
path: root/tests/test-math-c++.cc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-02-26 00:43:21 +0100
committerBruno Haible <bruno@clisp.org>2012-02-26 00:43:21 +0100
commit1023ebbce80dcb7dba0b10da7f6a0b5d90bcf27f (patch)
tree2e9dae3c7430fcfbed68b9478d252d96dbb845bc /tests/test-math-c++.cc
parent57649867fd53a99f547e0d4ad6bb19b21330516c (diff)
downloadgnulib-1023ebbce80dcb7dba0b10da7f6a0b5d90bcf27f.tar.gz
Tests for module 'log10l'.
* modules/log10l-tests: New file. * tests/test-log10l.c: New file. * tests/test-math-c++.cc: Check the declaration of log10l.
Diffstat (limited to 'tests/test-math-c++.cc')
-rw-r--r--tests/test-math-c++.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test-math-c++.cc b/tests/test-math-c++.cc
index 873f039dad..947021588f 100644
--- a/tests/test-math-c++.cc
+++ b/tests/test-math-c++.cc
@@ -172,6 +172,9 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::ldexpl, long double, (long double, int));
//SIGNATURE_CHECK (GNULIB_NAMESPACE::lgamma, double, (double));
//SIGNATURE_CHECK (GNULIB_NAMESPACE::log10, double, (double));
+#if GNULIB_TEST_LOG10L
+SIGNATURE_CHECK (GNULIB_NAMESPACE::log10l, long double, (long double));
+#endif
//SIGNATURE_CHECK (GNULIB_NAMESPACE::log1p, double, (double));