27 May 08:25
Re: How to disable memory leak test
From: Filip Konvička <filip.konvicka <at> logis.cz>
Subject: Re: How to disable memory leak test
Newsgroups: gmane.comp.lib.boost.user
Date: 2008-05-27 06:25:47 GMT
Subject: Re: How to disable memory leak test
Newsgroups: gmane.comp.lib.boost.user
Date: 2008-05-27 06:25:47 GMT
> Is there any way to disable memory leak test while running unit tests.
Hi,
just call
boost::detect_memory_leaks(false);
in your init_unit_test_suite().
Cheers,
Filip
RSS Feed