1 #ifndef WIRECELLUTIL_TESTING 2 #define WIRECELLUTIL_TESTING 4 #define BOOST_ENABLE_ASSERT_HANDLER 1 5 #include <boost/assert.hpp> 7 #define Assert BOOST_ASSERT 8 #define AssertMsg BOOST_ASSERT_MSG 13 void assertion_failed_msg(
char const * expr,
char const *
msg,
char const *
function,
char const * file,
long line);
18 void log(
const char* argv0);
void msg(const char *fmt,...)
void assertion_failed_msg(char const *expr, char const *msg, char const *function, char const *file, long line)
void assertion_failed(char const *expr, char const *function, char const *file, long line)