diff options
Diffstat (limited to 'math/libm-test-totalordermag.inc')
-rw-r--r-- | math/libm-test-totalordermag.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-totalordermag.inc b/math/libm-test-totalordermag.inc index 480b4eb2f4..2ebf1d0c50 100644 --- a/math/libm-test-totalordermag.inc +++ b/math/libm-test-totalordermag.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_i_data totalordermag_test_data[] = { TEST_ff_b (totalordermag, minus_zero, minus_zero, 1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), @@ -263,6 +265,12 @@ totalordermag_test (void) ALL_RM_TEST (totalordermag, 1, totalordermag_test_data, RUN_TEST_LOOP_ff_b, END); } +static void +do_test (void) +{ + totalordermag_test (); +} + /* * Local Variables: * mode:c |