]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/libm-test-ufromfp.inc
Fix http: URL in 'configure'
[thirdparty/glibc.git] / math / libm-test-ufromfp.inc
index 9bedde5dd1d8195ddf4854d7018151d2701addf2..69b1a8027825190ec30c4ae4cf06d5387a9294c8 100644 (file)
@@ -1,5 +1,5 @@
 /* Test ufromfp.
-   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
@@ -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_fiu_U_data ufromfp_test_data[] =
   {
@@ -6830,6 +6832,12 @@ ufromfp_test (void)
   ALL_RM_TEST (ufromfp, 1, ufromfp_test_data, RUN_TEST_LOOP_fiu_U, END);
 }
 
+static void
+do_test (void)
+{
+  ufromfp_test ();
+}
+
 /*
  * Local Variables:
  * mode:c