summaryrefslogtreecommitdiff
path: root/tests/tatan.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tatan.c')
-rw-r--r--tests/tatan.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tatan.c b/tests/tatan.c
index 10df18e96..ba8511bdd 100644
--- a/tests/tatan.c
+++ b/tests/tatan.c
@@ -387,6 +387,9 @@ main (int argc, char *argv[])
test_generic_atan2 (2, 200, 17);
test_generic_atan2_neg (2, 200, 17);
+ if (getenv ("MPFR_CHECK_ALL") != NULL)
+ data_check ("data/atan", mpfr_atan, "mpfr_atan");
+
tests_end_mpfr ();
return 0;
}