diff options
Diffstat (limited to 'math/libm-test-nextup.inc')
-rw-r--r-- | math/libm-test-nextup.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-nextup.inc b/math/libm-test-nextup.inc index 15c1f456d7..8e2130c327 100644 --- a/math/libm-test-nextup.inc +++ b/math/libm-test-nextup.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 nextup_test_data[] = { TEST_f_f (nextup, minus_zero, min_subnorm_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), @@ -64,6 +66,12 @@ nextup_test (void) ALL_RM_TEST (nextup, 1, nextup_test_data, RUN_TEST_LOOP_f_f, END); } +static void +do_test (void) +{ + nextup_test (); +} + /* * Local Variables: * mode:c |