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