diff options
Diffstat (limited to 'math/libm-test-atanh.inc')
-rw-r--r-- | math/libm-test-atanh.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-atanh.inc b/math/libm-test-atanh.inc index 97990b3507..a57aebbca7 100644 --- a/math/libm-test-atanh.inc +++ b/math/libm-test-atanh.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 atanh_test_data[] = { TEST_f_f (atanh, 1, plus_infty, DIVIDE_BY_ZERO_EXCEPTION|ERRNO_ERANGE), @@ -42,6 +44,12 @@ atanh_test (void) ALL_RM_TEST (atanh, 0, atanh_test_data, RUN_TEST_LOOP_f_f, END); } +static void +do_test (void) +{ + atanh_test (); +} + /* * Local Variables: * mode:c |