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