aboutsummaryrefslogtreecommitdiff
path: root/math/libm-test-exp.inc
diff options
context:
space:
mode:
Diffstat (limited to 'math/libm-test-exp.inc')
-rw-r--r--math/libm-test-exp.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-exp.inc b/math/libm-test-exp.inc
index a5ed2e2fd3..323a82c360 100644
--- a/math/libm-test-exp.inc
+++ b/math/libm-test-exp.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_f_f_data exp_test_data[] =
{
TEST_f_f (exp, plus_infty, plus_infty, ERRNO_UNCHANGED|NO_TEST_INLINE),
@@ -34,6 +36,12 @@ exp_test (void)
ALL_RM_TEST (exp, 0, exp_test_data, RUN_TEST_LOOP_f_f, END);
}
+static void
+do_test (void)
+{
+ exp_test ();
+}
+
/*
* Local Variables:
* mode:c