about summary refs log tree commit diff
path: root/math/libm-test-lrint.inc
diff options
context:
space:
mode:
Diffstat (limited to 'math/libm-test-lrint.inc')
-rw-r--r--math/libm-test-lrint.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-lrint.inc b/math/libm-test-lrint.inc
index eb2d6700ed..42ce6b08b1 100644
--- a/math/libm-test-lrint.inc
+++ b/math/libm-test-lrint.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 lrint_test_data[] =
   {
     /* Bug 6798: errno setting may be missing.  */
@@ -345,6 +347,12 @@ lrint_test (void)
   ALL_RM_TEST (lrint, 1, lrint_test_data, RUN_TEST_LOOP_f_l, END);
 }
 
+static void
+do_test (void)
+{
+  lrint_test ();
+}
+
 /*
  * Local Variables:
  * mode:c