]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/libm-test-tan.inc
Merge branch 'master' of git://sourceware.org/git/glibc
[thirdparty/glibc.git] / math / libm-test-tan.inc
index 33f64ce010d9640cf8af717705856c6e116ddb2c..5f0381e55c7d173e6cc4f0f9ba0c61af7207e601 100644 (file)
@@ -1,5 +1,5 @@
 /* Test tan.
-   Copyright (C) 1997-2017 Free Software Foundation, Inc.
+   Copyright (C) 1997-2018 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
@@ -16,6 +16,8 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
+#include "libm-test-driver.c"
+
 static const struct test_f_f_data tan_test_data[] =
   {
     TEST_f_f (tan, plus_infty, qnan_value, INVALID_EXCEPTION|ERRNO_EDOM),
@@ -34,6 +36,12 @@ tan_test (void)
   ALL_RM_TEST (tan, 0, tan_test_data, RUN_TEST_LOOP_f_f, END);
 }
 
+static void
+do_test (void)
+{
+  tan_test ();
+}
+
 /*
  * Local Variables:
  * mode:c