I've been able to successfully build CPPUnit using BCB6, however, I get a fault in the following function:
void
BriefTestProgressListener::startTest( Test *test )
{
std::cerr << test->getName();
std::cerr.flush();
m_lastTestFailed = false;
}
It appears as if the write to cerr is failing. Anyone have any ideas here?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've been able to successfully build CPPUnit using BCB6, however, I get a fault in the following function:
void
BriefTestProgressListener::startTest( Test *test )
{
std::cerr << test->getName();
std::cerr.flush();
m_lastTestFailed = false;
}
It appears as if the write to cerr is failing. Anyone have any ideas here?
Thanks