j
k
j a
j l
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
Back to the thread
Back to the list