summaryrefslogtreecommitdiff
path: root/tests/tcos.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tcos.c')
-rw-r--r--tests/tcos.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tcos.c b/tests/tcos.c
index 507fff8f4..4a983132d 100644
--- a/tests/tcos.c
+++ b/tests/tcos.c
@@ -360,6 +360,9 @@ main (int argc, char *argv[])
mpfr_clear (x);
mpfr_clear (y);
+ if (getenv ("MPFR_CHECK_ALL") != NULL)
+ data_check ("data/cos", mpfr_cos, "mpfr_cos");
+
tests_end_mpfr ();
return 0;
}