diff options
Diffstat (limited to 'math/libm-test-setpayload.inc')
-rw-r--r-- | math/libm-test-setpayload.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-setpayload.inc b/math/libm-test-setpayload.inc index 24d543cccf..c5ae6fdb1b 100644 --- a/math/libm-test-setpayload.inc +++ b/math/libm-test-setpayload.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_b1_data setpayload_test_data[] = { #if HIGH_ORDER_BIT_IS_SET_FOR_SNAN @@ -97,6 +99,12 @@ setpayload_test (void) ALL_RM_TEST (setpayload, 1, setpayload_test_data, RUN_TEST_LOOP_Ff_b1, END, x); } +static void +do_test (void) +{ + setpayload_test (); +} + /* * Local Variables: * mode:c |