diff options
Diffstat (limited to 'math/libm-test-llrint.inc')
-rw-r--r-- | math/libm-test-llrint.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-llrint.inc b/math/libm-test-llrint.inc index 053424bbce..20a64d63a3 100644 --- a/math/libm-test-llrint.inc +++ b/math/libm-test-llrint.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 llrint_test_data[] = { /* Bug 6798: errno setting may be missing. */ @@ -250,6 +252,12 @@ llrint_test (void) ALL_RM_TEST (llrint, 1, llrint_test_data, RUN_TEST_LOOP_f_L, END); } +static void +do_test (void) +{ + llrint_test (); +} + /* * Local Variables: * mode:c |