summaryrefslogtreecommitdiff
path: root/mpfr/tests/tsinh.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpfr/tests/tsinh.c')
-rw-r--r--mpfr/tests/tsinh.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/mpfr/tests/tsinh.c b/mpfr/tests/tsinh.c
index 1315dc34a..5aae5d645 100644
--- a/mpfr/tests/tsinh.c
+++ b/mpfr/tests/tsinh.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sinh.
-Copyright 2001 Free Software Foundation.
+Copyright 2001, 2002 Free Software Foundation.
Adapted from tarctan.c.
This file is part of the MPFR Library.
@@ -32,7 +32,10 @@ MA 02111-1307, USA. */
int
main (int argc, char *argv[])
{
+ tests_start_mpfr ();
+
test_generic (2, 100, 100);
+ tests_end_mpfr ();
return 0;
}