mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 04:17:55 +01:00
WinCE fixes
This commit is contained in:
@@ -31,16 +31,20 @@
|
||||
|
||||
|
||||
#include "WindowsTestSuite.h"
|
||||
#ifndef _WIN32_WCE
|
||||
#include "WinRegistryTest.h"
|
||||
#include "WinConfigurationTest.h"
|
||||
#endif
|
||||
|
||||
|
||||
CppUnit::Test* WindowsTestSuite::suite()
|
||||
{
|
||||
CppUnit::TestSuite* pSuite = new CppUnit::TestSuite("WindowsTestSuite");
|
||||
|
||||
#ifndef _WIN32_WCE
|
||||
pSuite->addTest(WinRegistryTest::suite());
|
||||
pSuite->addTest(WinConfigurationTest::suite());
|
||||
#endif
|
||||
|
||||
return pSuite;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user