about summary refs log tree commit diff
path: root/math/libm-test-sinh.inc
diff options
context:
space:
mode:
Diffstat (limited to 'math/libm-test-sinh.inc')
-rw-r--r--math/libm-test-sinh.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-sinh.inc b/math/libm-test-sinh.inc
index 8675fcef74..1380470fb4 100644
--- a/math/libm-test-sinh.inc
+++ b/math/libm-test-sinh.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 sinh_test_data[] =
   {
     TEST_f_f (sinh, plus_infty, plus_infty, ERRNO_UNCHANGED|NO_TEST_INLINE),
@@ -34,6 +36,12 @@ sinh_test (void)
   ALL_RM_TEST (sinh, 0, sinh_test_data, RUN_TEST_LOOP_f_f, END);
 }
 
+static void
+do_test (void)
+{
+  sinh_test ();
+}
+
 /*
  * Local Variables:
  * mode:c