]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/libm-test-asin.inc
Convert Python scripts to Python 3
[thirdparty/glibc.git] / math / libm-test-asin.inc
index 6d3ed8ec9e18ed641a3408f1021e043ee42d41f8..d6050e0da20fec7077faa0042b790fbccf7a30c7 100644 (file)
@@ -1,5 +1,5 @@
 /* Test asin.
-   Copyright (C) 1997-2017 Free Software Foundation, Inc.
+   Copyright (C) 1997-2020 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_f_f_data asin_test_data[] =
   {
@@ -40,6 +42,12 @@ asin_test (void)
   ALL_RM_TEST (asin, 0, asin_test_data, RUN_TEST_LOOP_f_f, END);
 }
 
+static void
+do_test (void)
+{
+  asin_test ();
+}
+
 /*
  * Local Variables:
  * mode:c