]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/libm-test-csqrt.inc
Run libm tests separately for each function.
[thirdparty/glibc.git] / math / libm-test-csqrt.inc
index 6ff26faa9bd6c9af6cfbcbe71beb100789cba36d..43918fe1461d65d68fc3c6ba34f1e1b05966c280 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_c_c_data csqrt_test_data[] =
   {
     TEST_c_c (csqrt, minus_infty, 0, 0.0, plus_infty),
@@ -66,6 +68,12 @@ csqrt_test (void)
   ALL_RM_TEST (csqrt, 0, csqrt_test_data, RUN_TEST_LOOP_c_c, END_COMPLEX);
 }
 
+static void
+do_test (void)
+{
+  csqrt_test ();
+}
+
 /*
  * Local Variables:
  * mode:c