From cf2ada9015c240d1bcb270209d0316f154e11cbd Mon Sep 17 00:00:00 2001 From: zimmerma Date: Wed, 25 May 2016 17:26:55 +0000 Subject: added comment git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@10373 280ebfd0-de03-0410-8827-d642c229c3f4 --- tests/memory.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/memory.c b/tests/memory.c index 64038e522..ac478117d 100644 --- a/tests/memory.c +++ b/tests/memory.c @@ -103,6 +103,9 @@ tests_memory_valid (void *ptr) } */ +/* FIXME: we might have an environment variable MPFR_TESTS_NO_MEMORY_LIMIT + to disable the memory limit check, for example if we want to compute + zillions of digits of Pi with ./tconst_pi 1000000000000 */ static void tests_addsize (size_t size) { -- cgit v1.2.1