diff options
Diffstat (limited to 'math/libm-test-frexp.inc')
-rw-r--r-- | math/libm-test-frexp.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-frexp.inc b/math/libm-test-frexp.inc index bfc80df87c..b6f7d7160e 100644 --- a/math/libm-test-frexp.inc +++ b/math/libm-test-frexp.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_f1_data frexp_test_data[] = { TEST_fI_f1 (frexp, plus_infty, plus_infty, IGNORE, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), @@ -81,6 +83,12 @@ frexp_test (void) ALL_RM_TEST (frexp, 1, frexp_test_data, RUN_TEST_LOOP_fI_f1, END, x); } +static void +do_test (void) +{ + frexp_test (); +} + /* * Local Variables: * mode:c |