diff options
Diffstat (limited to 'math/libm-test-nexttoward.inc')
-rw-r--r-- | math/libm-test-nexttoward.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-nexttoward.inc b/math/libm-test-nexttoward.inc index a83e3e2..f05cf5f 100644 --- a/math/libm-test-nexttoward.inc +++ b/math/libm-test-nexttoward.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_fj_f_data nexttoward_test_data[] = { TEST_fj_f (nexttoward, 0, 0, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), @@ -154,6 +156,12 @@ nexttoward_test (void) ALL_RM_TEST (nexttoward, 1, nexttoward_test_data, RUN_TEST_LOOP_fj_f, END); } +static void +do_test (void) +{ + nexttoward_test (); +} + /* * Local Variables: * mode:c |