log1p: Provide replacement for Minix and MSVC.
[gnulib.git] / tests / test-math-c++.cc
index a5619b2..3b25714 100644 (file)
@@ -215,7 +215,9 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::ldexpl, long double, (long double, int));
 SIGNATURE_CHECK (GNULIB_NAMESPACE::log10l, long double, (long double));
 #endif
 
-//SIGNATURE_CHECK (GNULIB_NAMESPACE::log1p, double, (double));
+#if GNULIB_TEST_LOG1P
+SIGNATURE_CHECK (GNULIB_NAMESPACE::log1p, double, (double));
+#endif
 
 //SIGNATURE_CHECK (GNULIB_NAMESPACE::logb, double, (double));