]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/libm-test-isgreaterequal.inc
Run libm tests separately for each function.
[thirdparty/glibc.git] / math / libm-test-isgreaterequal.inc
index 7f37fa8842cc55880e52a9eddfecadbd8818d589..51e564ecf6a39bea3631704172e88a7a37cfe6c7 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_ff_i_data isgreaterequal_test_data[] =
   {
     TEST_ff_i (isgreaterequal, minus_zero, minus_zero, 1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
@@ -75,6 +77,12 @@ isgreaterequal_test (void)
   ALL_RM_TEST (isgreaterequal, 1, isgreaterequal_test_data, RUN_TEST_LOOP_ff_i_tg, END);
 }
 
+static void
+do_test (void)
+{
+  isgreaterequal_test ();
+}
+
 /*
  * Local Variables:
  * mode:c