]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/libm-test-significand.inc
Run libm tests separately for each function.
[thirdparty/glibc.git] / math / libm-test-significand.inc
index 6edde8333b665ca28e3502d2a136b8cb5d84c8a4..372c076fae2ebe17056b637a1edbf955bc2a6db8 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_f_data significand_test_data[] =
   {
     /* significand returns the mantissa of the exponential
@@ -51,6 +53,12 @@ significand_test (void)
   ALL_RM_TEST (significand, 1, significand_test_data, RUN_TEST_LOOP_f_f, END);
 }
 
+static void
+do_test (void)
+{
+  significand_test ();
+}
+
 /*
  * Local Variables:
  * mode:c