[test] Turning off signal traps

24 May
2005
24 May
'05
7:16 p.m.
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?
7325
Age (days ago)
7325
Last active (days ago)
1 comments
2 participants
participants (2)
-
Gennadiy Rozental
-
Jody Hagins