diff options
Diffstat (limited to 'math/libm-test-tanh.inc')
-rw-r--r-- | math/libm-test-tanh.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-tanh.inc b/math/libm-test-tanh.inc index 1ce26a7e3e..f9db69ee06 100644 --- a/math/libm-test-tanh.inc +++ b/math/libm-test-tanh.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 tanh_test_data[] = { TEST_f_f (tanh, plus_infty, 1, ERRNO_UNCHANGED|NO_TEST_INLINE), @@ -34,6 +36,12 @@ tanh_test (void) ALL_RM_TEST (tanh, 0, tanh_test_data, RUN_TEST_LOOP_f_f, END); } +static void +do_test (void) +{ + tanh_test (); +} + /* * Local Variables: * mode:c |