aboutsummaryrefslogtreecommitdiff
path: root/math/libm-test-clog10.inc
diff options
context:
space:
mode:
Diffstat (limited to 'math/libm-test-clog10.inc')
-rw-r--r--math/libm-test-clog10.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-clog10.inc b/math/libm-test-clog10.inc
index 0c92a79..b330d74 100644
--- a/math/libm-test-clog10.inc
+++ b/math/libm-test-clog10.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_c_c_data clog10_test_data[] =
{
TEST_c_c (clog10, minus_zero, 0, minus_infty, lit_pi_ln10_d, DIVIDE_BY_ZERO_EXCEPTION),
@@ -75,6 +77,12 @@ clog10_test (void)
ALL_RM_TEST (clog10, 0, clog10_test_data, RUN_TEST_LOOP_c_c, END_COMPLEX);
}
+static void
+do_test (void)
+{
+ clog10_test ();
+}
+
/*
* Local Variables:
* mode:c