aboutsummaryrefslogtreecommitdiff
path: root/math/libm-test-nextafter.inc
diff options
context:
space:
mode:
Diffstat (limited to 'math/libm-test-nextafter.inc')
-rw-r--r--math/libm-test-nextafter.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-nextafter.inc b/math/libm-test-nextafter.inc
index fdc4e6a..3497554 100644
--- a/math/libm-test-nextafter.inc
+++ b/math/libm-test-nextafter.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_ff_f_data nextafter_test_data[] =
{
TEST_ff_f (nextafter, 0, 0, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
@@ -129,6 +131,12 @@ nextafter_test (void)
ALL_RM_TEST (nextafter, 1, nextafter_test_data, RUN_TEST_LOOP_ff_f, END);
}
+static void
+do_test (void)
+{
+ nextafter_test ();
+}
+
/*
* Local Variables:
* mode:c