aboutsummaryrefslogtreecommitdiff
path: root/math/libm-test-atan.inc
diff options
context:
space:
mode:
Diffstat (limited to 'math/libm-test-atan.inc')
-rw-r--r--math/libm-test-atan.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-atan.inc b/math/libm-test-atan.inc
index 365ca87..ed96133 100644
--- a/math/libm-test-atan.inc
+++ b/math/libm-test-atan.inc
@@ -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 atan_test_data[] =
{
TEST_f_f (atan, plus_infty, lit_pi_2_d, ERRNO_UNCHANGED),
@@ -34,6 +36,12 @@ atan_test (void)
ALL_RM_TEST (atan, 0, atan_test_data, RUN_TEST_LOOP_f_f, END);
}
+static void
+do_test (void)
+{
+ atan_test ();
+}
+
/*
* Local Variables:
* mode:c