diff options
Diffstat (limited to 'math/libm-test-erf.inc')
-rw-r--r-- | math/libm-test-erf.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-erf.inc b/math/libm-test-erf.inc index 20a389ec5a..bcc96e5e6c 100644 --- a/math/libm-test-erf.inc +++ b/math/libm-test-erf.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 erf_test_data[] = { TEST_f_f (erf, plus_infty, 1, ERRNO_UNCHANGED), @@ -34,6 +36,12 @@ erf_test (void) ALL_RM_TEST (erf, 0, erf_test_data, RUN_TEST_LOOP_f_f, END); } +static void +do_test (void) +{ + erf_test (); +} + /* * Local Variables: * mode:c |