about summary refs log tree commit diff
path: root/math/libm-test-nextdown.inc
diff options
context:
space:
mode:
Diffstat (limited to 'math/libm-test-nextdown.inc')
-rw-r--r--math/libm-test-nextdown.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-nextdown.inc b/math/libm-test-nextdown.inc
index 4d4c6244a1..06d23c2ed8 100644
--- a/math/libm-test-nextdown.inc
+++ b/math/libm-test-nextdown.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 nextdown_test_data[] =
   {
     TEST_f_f (nextdown, minus_zero, -min_subnorm_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
@@ -69,6 +71,12 @@ nextdown_test (void)
    argument to TEST_ indicates the literal should not be post-processed by
    gen-libm-test.pl.  */
 
+static void
+do_test (void)
+{
+  nextdown_test ();
+}
+
 /*
  * Local Variables:
  * mode:c