]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/libm-test-isless.inc
powerpc: Fix build of wcscpy with --disable-multi-arch
[thirdparty/glibc.git] / math / libm-test-isless.inc
index f93bb667a38634071c91b756df9398a3c3be04e6..061efceff0c84acc41831939bf1329f84076c3fa 100644 (file)
@@ -1,5 +1,5 @@
 /* Test isless.
-   Copyright (C) 1997-2017 Free Software Foundation, Inc.
+   Copyright (C) 1997-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -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 isless_test_data[] =
   {
     TEST_ff_i (isless, minus_zero, minus_zero, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
@@ -75,6 +77,12 @@ isless_test (void)
   ALL_RM_TEST (isless, 1, isless_test_data, RUN_TEST_LOOP_ff_i_tg, END);
 }
 
+static void
+do_test (void)
+{
+  isless_test ();
+}
+
 /*
  * Local Variables:
  * mode:c