diff options
Diffstat (limited to 'math/libm-test-logb.inc')
-rw-r--r-- | math/libm-test-logb.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-logb.inc b/math/libm-test-logb.inc index 2fe87c3ca8..38bb00fdf6 100644 --- a/math/libm-test-logb.inc +++ b/math/libm-test-logb.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 logb_test_data[] = { TEST_f_f (logb, plus_infty, plus_infty, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), @@ -70,6 +72,12 @@ logb_test (void) ALL_RM_TEST (logb, 1, logb_test_data, RUN_TEST_LOOP_f_f, END); } +static void +do_test (void) +{ + logb_test (); +} + /* * Local Variables: * mode:c |