diff options
Diffstat (limited to 'math/libm-test-ccosh.inc')
-rw-r--r-- | math/libm-test-ccosh.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-ccosh.inc b/math/libm-test-ccosh.inc index ac4c103e67..7c22c9e38f 100644 --- a/math/libm-test-ccosh.inc +++ b/math/libm-test-ccosh.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_c_c_data ccosh_test_data[] = { TEST_c_c (ccosh, 0.0, plus_infty, qnan_value, 0.0, INVALID_EXCEPTION|IGNORE_ZERO_INF_SIGN), @@ -72,6 +74,12 @@ ccosh_test (void) ALL_RM_TEST (ccosh, 0, ccosh_test_data, RUN_TEST_LOOP_c_c, END_COMPLEX); } +static void +do_test (void) +{ + ccosh_test (); +} + /* * Local Variables: * mode:c |