|
Boost : |
From: Jody Hagins (jody-boost-011304_at_[hidden])
Date: 2005-05-24 14:16:15
I have a test that is failing, and I am using the auto tests...
#define BOOST_AUTO_TEST_MAIN
#include <boost/test/auto_unit_test.hpp>
#include "foo.hpp"
BOOST_AUTO_UNIT_TEST(blarg)
{
BOOST_CHECK_EQUAL(do_something(), 0);
}
However, somewhere a SEGV is happening. How can I turn off the test
signal catching for this test so that I can get a core file for
debugging?
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk