diff options
Diffstat (limited to 'math/libm-test-j0.inc')
-rw-r--r-- | math/libm-test-j0.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-j0.inc b/math/libm-test-j0.inc index 5628d7c34b..2fa8c8ee48 100644 --- a/math/libm-test-j0.inc +++ b/math/libm-test-j0.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 j0_test_data[] = { /* j0 is the Bessel function of the first kind of order 0 */ @@ -35,6 +37,12 @@ j0_test (void) ALL_RM_TEST (j0, 0, j0_test_data, RUN_TEST_LOOP_f_f, END); } +static void +do_test (void) +{ + j0_test (); +} + /* * Local Variables: * mode:c |