$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2007-10-30 06:03:41
If I'm using
#include <boost/test/included/test_exec_monitor.hpp>
Is there a way to check if the last BOOST_CHECK_CLOSE passed or failed?
I need to print out some additional information if it failed so I can track
down which test case it was (the checks are in a loop that iterates over a
table of data).
Thanks, John.