mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 12:18:01 +01:00
skip SharedMemoryTest for DPOCO_NO_SHAREDMEMORY platform
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
@@ -89,8 +89,9 @@ CppUnit::Test* SharedMemoryTest::suite()
|
|||||||
{
|
{
|
||||||
CppUnit::TestSuite* pSuite = new CppUnit::TestSuite("SharedMemoryTest");
|
CppUnit::TestSuite* pSuite = new CppUnit::TestSuite("SharedMemoryTest");
|
||||||
|
|
||||||
|
#if !defined(POCO_NO_SHAREDMEMORY)
|
||||||
CppUnit_addTest(pSuite, SharedMemoryTest, testCreate);
|
CppUnit_addTest(pSuite, SharedMemoryTest, testCreate);
|
||||||
CppUnit_addTest(pSuite, SharedMemoryTest, testCreateFromFile);
|
CppUnit_addTest(pSuite, SharedMemoryTest, testCreateFromFile);
|
||||||
|
#endif
|
||||||
return pSuite;
|
return pSuite;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user