]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/libm-test-erfc.inc
Run libm tests separately for each function.
[thirdparty/glibc.git] / math / libm-test-erfc.inc
index ed6190e05de7f930cfac26907344c2e1cb6bef45..7018eb34d7a0741781c5ad941114df3f17687c19 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 erfc_test_data[] =
   {
     TEST_f_f (erfc, plus_infty, 0.0, ERRNO_UNCHANGED),
@@ -32,6 +34,12 @@ erfc_test (void)
   ALL_RM_TEST (erfc, 0, erfc_test_data, RUN_TEST_LOOP_f_f, END);
 }
 
+static void
+do_test (void)
+{
+  erfc_test ();
+}
+
 /*
  * Local Variables:
  * mode:c