summaryrefslogtreecommitdiff
path: root/tests/test-math-c++.cc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-02-25 20:40:44 +0100
committerBruno Haible <bruno@clisp.org>2012-02-25 20:40:44 +0100
commit75916debf8db46d3f7bee1923c88bcf37ffb9708 (patch)
tree90bf4fd112a7a1312b27f6df50973c3eed0389ba /tests/test-math-c++.cc
parent93c29eb8fc3e97d269fc8939ff47454702e7c585 (diff)
downloadgnulib-75916debf8db46d3f7bee1923c88bcf37ffb9708.tar.gz
Tests for module 'remainderl'.
* modules/remainderl-tests: New file. * tests/test-remainderl.c: New file. * tests/test-math-c++.cc: Check the declaration of remainderl.
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 e844c27364..873f039dad 100644
--- a/tests/test-math-c++.cc
+++ b/tests/test-math-c++.cc
@@ -211,6 +211,10 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::remainderf, float, (float, float));
#if GNULIB_TEST_REMAINDER
SIGNATURE_CHECK (GNULIB_NAMESPACE::remainder, double, (double, double));
#endif
+#if GNULIB_TEST_REMAINDERL
+SIGNATURE_CHECK (GNULIB_NAMESPACE::remainderl, long double,
+ (long double, long double));
+#endif
#if GNULIB_TEST_RINTF
SIGNATURE_CHECK (GNULIB_NAMESPACE::rintf, float, (float));