summaryrefslogtreecommitdiff
path: root/mpfr/tests/tsinh.c
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-01-03 01:07:42 +0100
committerKevin Ryde <user42@zip.com.au>2003-01-03 01:07:42 +0100
commit67119c6ac0a54e762dbfd855a808c8de8c8b2f9d (patch)
tree992a5d93e830607ebd5220704efb887c86411f08 /mpfr/tests/tsinh.c
parent67bc637ee70b73d8b1fa788003a28af59adb8663 (diff)
downloadgmp-67119c6ac0a54e762dbfd855a808c8de8c8b2f9d.tar.gz
* mpfr/*: Update to mpfr cvs 2003-01-03.
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;
}