summaryrefslogtreecommitdiff
path: root/tests/tversion.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tversion.c')
-rw-r--r--tests/tversion.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/tversion.c b/tests/tversion.c
index 855199c65..01f755c79 100644
--- a/tests/tversion.c
+++ b/tests/tversion.c
@@ -250,6 +250,14 @@ main (void)
mpfr_buildopt_decimal_p () ? "yes" : "no",
mpfr_buildopt_gmpinternals_p () ? "yes" : "no");
+ printf ("[tversion] Shared cache = "
+#if defined(MPFR_WANT_SHARED_CACHE)
+ "yes (" MPFR_THREAD_LOCK_METHOD ")"
+#else
+ "no"
+#endif
+ "\n");
+
printf ("[tversion] intmax_t = "
#if defined(_MPFR_H_HAVE_INTMAX_T)
"yes"