aboutsummaryrefslogtreecommitdiff
path: root/math/libm-test-llround.inc
diff options
context:
space:
mode:
Diffstat (limited to 'math/libm-test-llround.inc')
-rw-r--r--math/libm-test-llround.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-llround.inc b/math/libm-test-llround.inc
index 72ef87b883..9f430d7cf0 100644
--- a/math/libm-test-llround.inc
+++ b/math/libm-test-llround.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 llround_test_data[] =
{
/* Bug 6797: errno setting may be missing. */
@@ -285,6 +287,12 @@ llround_test (void)
ALL_RM_TEST (llround, 1, llround_test_data, RUN_TEST_LOOP_f_L, END);
}
+static void
+do_test (void)
+{
+ llround_test ();
+}
+
/*
* Local Variables:
* mode:c