]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/libm-test-nextdown.inc
Run libm tests separately for each function.
[thirdparty/glibc.git] / math / libm-test-nextdown.inc
index 4d4c6244a1c00947866519b1edcbed7de1a13198..06d23c2ed8c1bd94f6eaca51d0b94c5c6727c2aa 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 nextdown_test_data[] =
   {
     TEST_f_f (nextdown, minus_zero, -min_subnorm_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
@@ -69,6 +71,12 @@ nextdown_test (void)
    argument to TEST_ indicates the literal should not be post-processed by
    gen-libm-test.pl.  */
 
+static void
+do_test (void)
+{
+  nextdown_test ();
+}
+
 /*
  * Local Variables:
  * mode:c