diff options
Diffstat (limited to 'math/libm-test-fromfp.inc')
-rw-r--r-- | math/libm-test-fromfp.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-fromfp.inc b/math/libm-test-fromfp.inc index fb31e85e5a..f2d520574e 100644 --- a/math/libm-test-fromfp.inc +++ b/math/libm-test-fromfp.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_M_data fromfp_test_data[] = { /* Infinity, NaN and values that are definitely out of range @@ -11931,6 +11933,12 @@ fromfp_test (void) ALL_RM_TEST (fromfp, 1, fromfp_test_data, RUN_TEST_LOOP_fiu_M, END); } +static void +do_test (void) +{ + fromfp_test (); +} + /* * Local Variables: * mode:c |