]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/libm-test-cosh.inc
Run libm tests separately for each function.
[thirdparty/glibc.git] / math / libm-test-cosh.inc
index a6456440d58d6b0776b0152cbd33df5d7c8731ab..a0b88b0884d9246946613cf39ff6e362f82b44ad 100644 (file)
@@ -16,6 +16,8 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
+#include "libm-test-driver.c"
+
 static const struct test_f_f_data cosh_test_data[] =
   {
     TEST_f_f (cosh, plus_infty, plus_infty, ERRNO_UNCHANGED|NO_TEST_INLINE),
@@ -34,6 +36,12 @@ cosh_test (void)
   ALL_RM_TEST (cosh, 0, cosh_test_data, RUN_TEST_LOOP_f_f, END);
 }
 
+static void
+do_test (void)
+{
+  cosh_test ();
+}
+
 /*
  * Local Variables:
  * mode:c