Subject: [Boost-users] Aborting on Boost.Test check failure
From: Jeremiah Willcock (jewillco_at_[hidden])
Date: 2012-03-04 14:30:30


Is there a way to force an abort() or some other kind of
debugger-catchable event when a Boost.Test test case (such as a
BOOST_CHECK) fails? Is there a function I can set a breakpoint on? I do
not see anything like that in the documentation. I am running on Linux
with gdb.

-- Jeremiah Willcock