about summary refs log tree commit diff
path: root/math/libm-test-ctanh.inc
diff options
context:
space:
mode:
Diffstat (limited to 'math/libm-test-ctanh.inc')
-rw-r--r--math/libm-test-ctanh.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-ctanh.inc b/math/libm-test-ctanh.inc
index 48002ebde6..6ddeb0d361 100644
--- a/math/libm-test-ctanh.inc
+++ b/math/libm-test-ctanh.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 ctanh_test_data[] =
   {
     TEST_c_c (ctanh, plus_infty, 0, 1.0, 0.0),
@@ -125,6 +127,12 @@ ctanh_test (void)
   ALL_RM_TEST (ctanh, 0, ctanh_test_data, RUN_TEST_LOOP_c_c, END_COMPLEX);
 }
 
+static void
+do_test (void)
+{
+  ctanh_test ();
+}
+
 /*
  * Local Variables:
  * mode:c