diff options
Diffstat (limited to 'math/libm-test-ufromfp.inc')
-rw-r--r-- | math/libm-test-ufromfp.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-ufromfp.inc b/math/libm-test-ufromfp.inc index 9bedde5..42e6a03 100644 --- a/math/libm-test-ufromfp.inc +++ b/math/libm-test-ufromfp.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_fiu_U_data ufromfp_test_data[] = { /* Infinity, NaN and values that are definitely out of range @@ -6830,6 +6832,12 @@ ufromfp_test (void) ALL_RM_TEST (ufromfp, 1, ufromfp_test_data, RUN_TEST_LOOP_fiu_U, END); } +static void +do_test (void) +{ + ufromfp_test (); +} + /* * Local Variables: * mode:c |