mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-18 11:39:00 +02:00
-added Windows Embedded Compact 2013 support
This commit is contained in:
@@ -34,6 +34,7 @@ TextTestResult::TextTestResult(std::ostream& ostr):
|
||||
|
||||
void TextTestResult::setup()
|
||||
{
|
||||
#if !defined(_WIN32_WCE)
|
||||
const char* env = std::getenv("CPPUNIT_IGNORE");
|
||||
if (env)
|
||||
{
|
||||
@@ -48,6 +49,7 @@ void TextTestResult::setup()
|
||||
if (!test.empty()) _ignored.insert(test);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user