diff options
Diffstat (limited to 'math/libm-test-roundeven.inc')
-rw-r--r-- | math/libm-test-roundeven.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-roundeven.inc b/math/libm-test-roundeven.inc index 5dc10ed4a7..4e53214f7f 100644 --- a/math/libm-test-roundeven.inc +++ b/math/libm-test-roundeven.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 roundeven_test_data[] = { TEST_f_f (roundeven, plus_zero, plus_zero, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), @@ -618,6 +620,12 @@ roundeven_test (void) ALL_RM_TEST (roundeven, 1, roundeven_test_data, RUN_TEST_LOOP_f_f, END); } +static void +do_test (void) +{ + roundeven_test (); +} + /* * Local Variables: * mode:c |