]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/libm-test-clog.inc
Update copyright dates with scripts/update-copyrights
[thirdparty/glibc.git] / math / libm-test-clog.inc
index 261aaad6bad8a0e52e0a4d5ccec3ead470d2ef73..c2445ecc57cef9bc6005eecdf761ec75c8bee7ea 100644 (file)
@@ -1,5 +1,5 @@
 /* Test clog.
-   Copyright (C) 1997-2017 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 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_c_c_data clog_test_data[] =
   {
@@ -76,6 +78,12 @@ clog_test (void)
   ALL_RM_TEST (clog, 0, clog_test_data, RUN_TEST_LOOP_c_c, END_COMPLEX);
 }
 
+static void
+do_test (void)
+{
+  clog_test ();
+}
+
 /*
  * Local Variables:
  * mode:c