]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/libm-test-islessgreater.inc
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / math / libm-test-islessgreater.inc
index baa8b7afa5dbc064560e042b945bf10fe1735d38..5eceffa285a99bbcae03b1b93ffce2c6d66ad5bf 100644 (file)
@@ -1,5 +1,5 @@
 /* Test islessgreater.
-   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 islessgreater_test_data[] =
   {
     TEST_ff_i (islessgreater, minus_zero, minus_zero, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
@@ -75,6 +77,12 @@ islessgreater_test (void)
   ALL_RM_TEST (islessgreater, 1, islessgreater_test_data, RUN_TEST_LOOP_ff_i_tg, END);
 }
 
+static void
+do_test (void)
+{
+  islessgreater_test ();
+}
+
 /*
  * Local Variables:
  * mode:c