summary refs log tree commit diff
path: root/math/libm-test-y0.inc
diff options
context:
space:
mode:
Diffstat (limited to 'math/libm-test-y0.inc')
-rw-r--r--math/libm-test-y0.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-y0.inc b/math/libm-test-y0.inc
index 812d0b203c..4ad2cd7807 100644
--- a/math/libm-test-y0.inc
+++ b/math/libm-test-y0.inc
@@ -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 y0_test_data[] =
   {
     /* y0 is the Bessel function of the second kind of order 0 */
@@ -41,6 +43,12 @@ y0_test (void)
   ALL_RM_TEST (y0, 0, y0_test_data, RUN_TEST_LOOP_f_f, END);
 }
 
+static void
+do_test (void)
+{
+  y0_test ();
+}
+
 /*
  * Local Variables:
  * mode:c