]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/libm-test-copysign.inc
ia64: Regenerate ulps
[thirdparty/glibc.git] / math / libm-test-copysign.inc
index e717160673bb153847ae10a77739b901c7f8f616..0c9da7d893f651baa9bf03df0c5cbaee1e810e94 100644 (file)
@@ -1,5 +1,5 @@
 /* Test copysign.
-   Copyright (C) 1997-2017 Free Software Foundation, Inc.
+   Copyright (C) 1997-2023 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
@@ -14,7 +14,9 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
+
+#include "libm-test-driver.c"
 
 static const struct test_ff_f_data copysign_test_data[] =
   {
@@ -105,6 +107,12 @@ copysign_test (void)
   ALL_RM_TEST (copysign, 1, copysign_test_data, RUN_TEST_LOOP_ff_f, END);
 }
 
+static void
+do_test (void)
+{
+  copysign_test ();
+}
+
 /*
  * Local Variables:
  * mode:c