]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/libm-test-fmin.inc
Add run-one-test convenience target and makefile help text
[thirdparty/glibc.git] / math / libm-test-fmin.inc
index 024ca909d155c9214ec3f72ca90808ca06b7329a..05a4cc879febdd914530c42e42e6429234ec308e 100644 (file)
@@ -1,5 +1,5 @@
 /* Test fmin.
-   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
@@ -14,7 +14,9 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
+
+#include "libm-test-driver.c"
 
 static const struct test_ff_f_data fmin_test_data[] =
   {
@@ -114,6 +116,12 @@ fmin_test (void)
   ALL_RM_TEST (fmin, 1, fmin_test_data, RUN_TEST_LOOP_ff_f, END);
 }
 
+static void
+do_test (void)
+{
+  fmin_test ();
+}
+
 /*
  * Local Variables:
  * mode:c