about summary refs log tree commit diff
path: root/math/libm-test-yn.inc
diff options
context:
space:
mode:
Diffstat (limited to 'math/libm-test-yn.inc')
-rw-r--r--math/libm-test-yn.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-yn.inc b/math/libm-test-yn.inc
index 7e17d59475..dec0b2fe3f 100644
--- a/math/libm-test-yn.inc
+++ b/math/libm-test-yn.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_if_f_data yn_test_data[] =
   {
     /* yn is the Bessel function of the second kind of order n */
@@ -119,6 +121,12 @@ yn_test (void)
   ALL_RM_TEST (yn, 0, yn_test_data, RUN_TEST_LOOP_if_f, END);
 }
 
+static void
+do_test (void)
+{
+  yn_test ();
+}
+
 /*
  * Local Variables:
  * mode:c