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 21e65b16e2..b6c15272ae 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, 0, 0, 0.0, lit_pi_2_d), @@ -698,6 +700,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 |
