X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-math-c%2B%2B.cc;h=67d7f71c0605808874d5ad250197b8a573230641;hb=bb09133116a45861827711f5e8faf2c82b98c552;hp=9461fab421d5d684169f8033e59a495aba726be3;hpb=a87ae2d257362ae83d26a51ab87d2226ec61d62b;p=gnulib.git diff --git a/tests/test-math-c++.cc b/tests/test-math-c++.cc index 9461fab42..67d7f71c0 100644 --- a/tests/test-math-c++.cc +++ b/tests/test-math-c++.cc @@ -64,7 +64,13 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::ldexpf, float, (float, int)); //SIGNATURE_CHECK (GNULIB_NAMESPACE::log10, double, (double)); //SIGNATURE_CHECK (GNULIB_NAMESPACE::log1p, double, (double)); //SIGNATURE_CHECK (GNULIB_NAMESPACE::logb, double, (double)); +#if GNULIB_TEST_LOGF +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