summaryrefslogtreecommitdiff
path: root/tests/test-math-c++.cc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-02-25 19:42:45 +0100
committerBruno Haible <bruno@clisp.org>2012-02-25 19:42:45 +0100
commit2b8f48e1bf5e73dea3c579e8dc1b404dcdecf0ea (patch)
tree9170213cfe1ff9ad26c30aaa451176ea8ac46982 /tests/test-math-c++.cc
parent71c2d246ee5df17c4bbceacdd1836174c8349fbe (diff)
downloadgnulib-2b8f48e1bf5e73dea3c579e8dc1b404dcdecf0ea.tar.gz
Tests for module 'remainderf'.
* modules/remainderf-tests: New file. * tests/test-remainderf.c: New file. * tests/test-math-c++.cc: Check the declaration of remainderf.
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 758f352ec5..e844c27364 100644
--- a/tests/test-math-c++.cc
+++ b/tests/test-math-c++.cc
@@ -205,6 +205,9 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::powf, float, (float, float));
#endif
//SIGNATURE_CHECK (GNULIB_NAMESPACE::pow, double, (double, double));
+#if GNULIB_TEST_REMAINDERF
+SIGNATURE_CHECK (GNULIB_NAMESPACE::remainderf, float, (float, float));
+#endif
#if GNULIB_TEST_REMAINDER
SIGNATURE_CHECK (GNULIB_NAMESPACE::remainder, double, (double, double));
#endif