mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 04:17:55 +01:00
enabled WinRegistryKey and WinRegistryConfiguration for WinCE
This commit is contained in:
@@ -11,20 +11,16 @@
|
||||
|
||||
|
||||
#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