diff options
Diffstat (limited to 'math/libm-test-ilogb.inc')
-rw-r--r-- | math/libm-test-ilogb.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-ilogb.inc b/math/libm-test-ilogb.inc index 957e5c1..7c94d62 100644 --- a/math/libm-test-ilogb.inc +++ b/math/libm-test-ilogb.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_i_data ilogb_test_data[] = { TEST_f_i (ilogb, 1, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), @@ -57,6 +59,12 @@ ilogb_test (void) ALL_RM_TEST (ilogb, 1, ilogb_test_data, RUN_TEST_LOOP_f_i, END); } +static void +do_test (void) +{ + ilogb_test (); +} + /* * Local Variables: * mode:c |