X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-math-c%2B%2B.cc;h=6b3c299c0fb5fb4128240645a2965257e5aff4f7;hb=6a2bdd8e10abd669186bf2d618bfb1f106c8fcb7;hp=3b25714f4c8cff2b6ef52a64b01630751b795879;hpb=f846e191ec7ffc638fc2ebbc6fdfa7f75e37d179;p=gnulib.git diff --git a/tests/test-math-c++.cc b/tests/test-math-c++.cc index 3b25714f4..6b3c299c0 100644 --- a/tests/test-math-c++.cc +++ b/tests/test-math-c++.cc @@ -215,6 +215,9 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::ldexpl, long double, (long double, int)); SIGNATURE_CHECK (GNULIB_NAMESPACE::log10l, long double, (long double)); #endif +#if GNULIB_TEST_LOG1PF +SIGNATURE_CHECK (GNULIB_NAMESPACE::log1pf, float, (float)); +#endif #if GNULIB_TEST_LOG1P SIGNATURE_CHECK (GNULIB_NAMESPACE::log1p, double, (double)); #endif