]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/libm-test-isnan.inc
Run libm tests separately for each function.
[thirdparty/glibc.git] / math / libm-test-isnan.inc
index ec8f45bf97073662c196bb08a82ef6731320db6d..d125ec462757b8294cc81a554bc04351683e8ad7 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_i_data isnan_test_data[] =
   {
     TEST_f_b (isnan, 0, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
@@ -41,6 +43,12 @@ isnan_test (void)
   ALL_RM_TEST (isnan, 1, isnan_test_data, RUN_TEST_LOOP_f_b_tg, END);
 }
 
+static void
+do_test (void)
+{
+  isnan_test ();
+}
+
 /*
  * Local Variables:
  * mode:c