diff options
Diffstat (limited to 'math/libm-test-iseqsig.inc')
-rw-r--r-- | math/libm-test-iseqsig.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-iseqsig.inc b/math/libm-test-iseqsig.inc index aa1dcabfaa..d021fc88a7 100644 --- a/math/libm-test-iseqsig.inc +++ b/math/libm-test-iseqsig.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 iseqsig_test_data[] = { TEST_ff_i (iseqsig, minus_zero, minus_zero, 1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), @@ -75,6 +77,12 @@ iseqsig_test (void) ALL_RM_TEST (iseqsig, 1, iseqsig_test_data, RUN_TEST_LOOP_ff_i_tg, END); } +static void +do_test (void) +{ + iseqsig_test (); +} + /* * Local Variables: * mode:c |