summaryrefslogtreecommitdiff
path: root/tests/test.hpp
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2009-10-20 21:36:29 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2009-10-20 21:36:29 +0000
commitc4fbc83cd021b46fb84ab2e55d9da0caaa8a4bb5 (patch)
tree8d1fca26d353472f9006e24e5ebdd5a42fa032f4 /tests/test.hpp
parent327096ae0df60cf1ad6f59f6dafe474e58b2dbab (diff)
tests: Added memory leak detection
git-svn-id: http://pugixml.googlecode.com/svn/trunk@165 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'tests/test.hpp')
-rw-r--r--tests/test.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test.hpp b/tests/test.hpp
index af3c63b..023c452 100644
--- a/tests/test.hpp
+++ b/tests/test.hpp
@@ -42,6 +42,7 @@ struct test_runner
test_runner* _next;
static test_runner* _tests;
+ static size_t _memory_fail_threshold;
};
struct dummy_fixture {};