X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest-math-c%2B%2B.cc;h=2a3acff6b47e95f326dcb9754de2a5c980779aef;hb=95e1b7bdbfc6111b5aea7a32aa874ec0f4af7f86;hp=7ad93c221dd6fa1c7e470e2175c609a100405ef1;hpb=8938f22cb374f04f265ac3a9d2cefdc44524d6e2;p=gnulib.git diff --git a/tests/test-math-c++.cc b/tests/test-math-c++.cc index 7ad93c221..2a3acff6b 100644 --- a/tests/test-math-c++.cc +++ b/tests/test-math-c++.cc @@ -1,5 +1,5 @@ /* Test of substitute in C++ mode. - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -80,6 +80,10 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::atanl, long double, (long double)); SIGNATURE_CHECK (GNULIB_NAMESPACE::ceilf, float, (float)); #endif +#if GNULIB_TEST_CEIL +SIGNATURE_CHECK (GNULIB_NAMESPACE::ceil, double, (double)); +#endif + #if GNULIB_TEST_CEILL SIGNATURE_CHECK (GNULIB_NAMESPACE::ceill, long double, (long double)); #endif