diff options
Diffstat (limited to 'math/libm-test-acos.inc')
-rw-r--r-- | math/libm-test-acos.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-acos.inc b/math/libm-test-acos.inc index c98da4f222..d795793a15 100644 --- a/math/libm-test-acos.inc +++ b/math/libm-test-acos.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 acos_test_data[] = { TEST_f_f (acos, plus_infty, qnan_value, INVALID_EXCEPTION|ERRNO_EDOM), @@ -40,6 +42,12 @@ acos_test (void) ALL_RM_TEST (acos, 0, acos_test_data, RUN_TEST_LOOP_f_f, END); } +static void +do_test (void) +{ + acos_test (); +} + /* * Local Variables: * mode:c |