summaryrefslogtreecommitdiff
path: root/math/libm-test-lround.inc
diff options
context:
space:
mode:
Diffstat (limited to 'math/libm-test-lround.inc')
-rw-r--r--math/libm-test-lround.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-lround.inc b/math/libm-test-lround.inc
index cadc36925b..57fc6fa451 100644
--- a/math/libm-test-lround.inc
+++ b/math/libm-test-lround.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_l_data lround_test_data[] =
{
/* Bug 6797: errno setting may be missing. */
@@ -356,6 +358,12 @@ lround_test (void)
ALL_RM_TEST (lround, 1, lround_test_data, RUN_TEST_LOOP_f_l, END);
}
+static void
+do_test (void)
+{
+ lround_test ();
+}
+
/*
* Local Variables:
* mode:c