]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/libm-test-casinh.inc
powerpc: Fix build of wcscpy with --disable-multi-arch
[thirdparty/glibc.git] / math / libm-test-casinh.inc
index 476207443db75db356e69822001fc001e986ac28..924822565b181161483d21bd7b4b9d7f7bdc3ab9 100644 (file)
@@ -1,5 +1,5 @@
 /* Test casinh.
-   Copyright (C) 1997-2017 Free Software Foundation, Inc.
+   Copyright (C) 1997-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -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_c_c_data casinh_test_data[] =
   {
     TEST_c_c (casinh, plus_infty, plus_infty, plus_infty, lit_pi_4_d),
@@ -68,6 +70,12 @@ casinh_test (void)
   ALL_RM_TEST (casinh, 0, casinh_test_data, RUN_TEST_LOOP_c_c, END_COMPLEX);
 }
 
+static void
+do_test (void)
+{
+  casinh_test ();
+}
+
 /*
  * Local Variables:
  * mode:c