summaryrefslogtreecommitdiff
path: root/tests/tcos.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tcos.c')
-rw-r--r--tests/tcos.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/tcos.c b/tests/tcos.c
index 16ce677..7fb57dc 100644
--- a/tests/tcos.c
+++ b/tests/tcos.c
@@ -25,6 +25,8 @@ MA 02111-1307, USA. */
#include "mpfr.h"
#include "mpc.h"
+#include "random.c"
+
#define TEST_FUNCTION mpc_cos
#include "tgeneric.c"
@@ -439,6 +441,8 @@ check_53()
int
main()
{
+ test_start ();
+
special ();
pure_real_argument ();
pure_imaginary_argument ();
@@ -447,5 +451,7 @@ main()
check_53 ();
+ test_end ();
+
return 0;
}