From c4fbc83cd021b46fb84ab2e55d9da0caaa8a4bb5 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Tue, 20 Oct 2009 21:36:29 +0000 Subject: tests: Added memory leak detection git-svn-id: http://pugixml.googlecode.com/svn/trunk@165 99668b35-9821-0410-8761-19e4c4f06640 --- tests/test.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test.hpp') 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 {}; -- cgit v1.2.3