]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/libm-test-lround.inc
Run libm tests separately for each function.
[thirdparty/glibc.git] / math / libm-test-lround.inc
index cadc36925b20efa75953d71f4800b773d8f628a0..57fc6fa451f4294a6bbd94fa15ef49ec78334ab7 100644 (file)
@@ -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