X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-math-c%2B%2B.cc;h=67d7f71c0605808874d5ad250197b8a573230641;hb=bb09133116a45861827711f5e8faf2c82b98c552;hp=6a59450e75f1b6d0a7f9b8e2f979b7da5dccc6b6;hpb=54a8ff340a865f5409072565e5b199c4451ea60e;p=gnulib.git diff --git a/tests/test-math-c++.cc b/tests/test-math-c++.cc index 6a59450e7..67d7f71c0 100644 --- a/tests/test-math-c++.cc +++ b/tests/test-math-c++.cc @@ -68,6 +68,9 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::ldexpf, float, (float, int)); SIGNATURE_CHECK (GNULIB_NAMESPACE::logf, float, (float)); #endif //SIGNATURE_CHECK (GNULIB_NAMESPACE::log, double, (double)); +#if GNULIB_TEST_LOG10F +SIGNATURE_CHECK (GNULIB_NAMESPACE::log10f, float, (float)); +#endif #if GNULIB_TEST_MODFF SIGNATURE_CHECK (GNULIB_NAMESPACE::modff, float, (float, float *)); #endif