diff options
Diffstat (limited to 'math/libm-test-cacosh.inc')
-rw-r--r-- | math/libm-test-cacosh.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-cacosh.inc b/math/libm-test-cacosh.inc index 4a16d10077..518cb29aa6 100644 --- a/math/libm-test-cacosh.inc +++ b/math/libm-test-cacosh.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 cacosh_test_data[] = { TEST_c_c (cacosh, minus_infty, plus_infty, plus_infty, lit_pi_3_m_4_d), @@ -67,6 +69,12 @@ cacosh_test (void) ALL_RM_TEST (cacosh, 0, cacosh_test_data, RUN_TEST_LOOP_c_c, END_COMPLEX); } +static void +do_test (void) +{ + cacosh_test (); +} + /* * Local Variables: * mode:c |