diff options
Diffstat (limited to 'math/libm-test-scalb.inc')
-rw-r--r-- | math/libm-test-scalb.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-scalb.inc b/math/libm-test-scalb.inc index 483c8dc7e5..228a93d349 100644 --- a/math/libm-test-scalb.inc +++ b/math/libm-test-scalb.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_ff_f_data scalb_test_data[] = { /* Results in this case are unspecified by POSIX, so, for an @@ -150,6 +152,12 @@ scalb_test (void) ALL_RM_TEST (scalb, 1, scalb_test_data, RUN_TEST_LOOP_ff_f, END); } +static void +do_test (void) +{ + scalb_test (); +} + /* * Local Variables: * mode:c |