diff options
Diffstat (limited to 'math/libm-test-sincos.inc')
-rw-r--r-- | math/libm-test-sincos.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-sincos.inc b/math/libm-test-sincos.inc index fb57984956..2652582308 100644 --- a/math/libm-test-sincos.inc +++ b/math/libm-test-sincos.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_fFF_11_data sincos_test_data[] = { TEST_fFF_11 (sincos, plus_infty, qnan_value, qnan_value, INVALID_EXCEPTION|ERRNO_EDOM), @@ -36,6 +38,12 @@ sincos_test (void) ALL_RM_TEST (sincos, 0, sincos_test_data, RUN_TEST_LOOP_fFF_11, END, sin_res, cos_res); } +static void +do_test (void) +{ + sincos_test (); +} + /* * Local Variables: * mode:c |