]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/libm-test-iseqsig.inc
Fix all the remaining misspellings -- BZ 25337
[thirdparty/glibc.git] / math / libm-test-iseqsig.inc
index aa1dcabfaa31491e2c6864191e9a2ad7018f702b..5cbc0ff4a45a03613542520d2f0ef121e7bffc66 100644 (file)
@@ -1,5 +1,5 @@
 /* Test iseqsig.
-   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_i_data iseqsig_test_data[] =
   {
@@ -75,6 +77,12 @@ iseqsig_test (void)
   ALL_RM_TEST (iseqsig, 1, iseqsig_test_data, RUN_TEST_LOOP_ff_i_tg, END);
 }
 
+static void
+do_test (void)
+{
+  iseqsig_test ();
+}
+
 /*
  * Local Variables:
  * mode:c