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