summaryrefslogtreecommitdiff
path: root/math/libm-test-ufromfpx.inc
diff options
context:
space:
mode:
Diffstat (limited to 'math/libm-test-ufromfpx.inc')
-rw-r--r--math/libm-test-ufromfpx.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-ufromfpx.inc b/math/libm-test-ufromfpx.inc
index 532df78ea1..667ca53892 100644
--- a/math/libm-test-ufromfpx.inc
+++ b/math/libm-test-ufromfpx.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 ufromfpx_test_data[] =
{
/* Infinity, NaN and values that are definitely out of range
@@ -6830,6 +6832,12 @@ ufromfpx_test (void)
ALL_RM_TEST (ufromfpx, 1, ufromfpx_test_data, RUN_TEST_LOOP_fiu_U, END);
}
+static void
+do_test (void)
+{
+ ufromfpx_test ();
+}
+
/*
* Local Variables:
* mode:c