diff options
Diffstat (limited to 'math/libm-test-llogb.inc')
-rw-r--r-- | math/libm-test-llogb.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-llogb.inc b/math/libm-test-llogb.inc index 08b07919d2..66c5d00b1a 100644 --- a/math/libm-test-llogb.inc +++ b/math/libm-test-llogb.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_l_data llogb_test_data[] = { TEST_f_l (llogb, 1, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), @@ -57,6 +59,12 @@ llogb_test (void) ALL_RM_TEST (llogb, 1, llogb_test_data, RUN_TEST_LOOP_f_l, END); } +static void +do_test (void) +{ + llogb_test (); +} + /* * Local Variables: * mode:c |