aboutsummaryrefslogtreecommitdiff
path: root/tests/README
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2014-02-06 23:55:25 +0100
committerDan Fandrich <dan@coneharvesters.com>2014-02-06 23:56:47 +0100
commit7969a777350b41751560689cb94ea9bbb8f89e32 (patch)
tree13c621fb945be33060fd86f7eb18d48ed689033a /tests/README
parent4a8c87727339428837ecfa9a468520fd89148589 (diff)
tests: Document use of the MEMDEBUG_LOG_SYNC macro
Diffstat (limited to 'tests/README')
-rw-r--r--tests/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/README b/tests/README
index 3ddc1c93e..1e5a87973 100644
--- a/tests/README
+++ b/tests/README
@@ -144,7 +144,9 @@ The cURL Test Suite
runtests.pl's -t option will enable torture testing mode, which runs each
test many times and makes each different memory allocation fail on each
successive run. This tests the out of memory error handling code to ensure
- that memory leaks do not occur even in those situations.
+ that memory leaks do not occur even in those situations. It can help to
+ compile curl with CPPFLAGS=-DMEMDEBUG_LOG_SYNC when using this option, to
+ ensure that the memory log file is properly written even if curl crashes.
1.7 Debug