]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/libm-test-remquo.inc
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / math / libm-test-remquo.inc
index c01c7470ee645bb70abea9e65be0bfe4defa156d..c97972819c7618eb7e5554c67942b951a61b194c 100644 (file)
@@ -1,5 +1,5 @@
 /* Test remquo.
-   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_ffI_f1_data remquo_test_data[] =
   {
@@ -177,6 +179,12 @@ remquo_test (void)
   ALL_RM_TEST (remquo, 1, remquo_test_data, RUN_TEST_LOOP_ffI_f1_mod8, END, x);
 }
 
+static void
+do_test (void)
+{
+  remquo_test ();
+}
+
 /*
  * Local Variables:
  * mode:c