diff options
Diffstat (limited to 'math/libm-test-jn.inc')
-rw-r--r-- | math/libm-test-jn.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-jn.inc b/math/libm-test-jn.inc index 7bb6d75832..2bc72d1711 100644 --- a/math/libm-test-jn.inc +++ b/math/libm-test-jn.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 jn_test_data[] = { /* jn is the Bessel function of the first kind of order n. */ @@ -60,6 +62,12 @@ jn_test (void) ALL_RM_TEST (jn, 0, jn_test_data, RUN_TEST_LOOP_if_f, END); } +static void +do_test (void) +{ + jn_test (); +} + /* * Local Variables: * mode:c |