mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 19:51:58 +01:00
trunk/branch integration: unit test integration
This commit is contained in:
@@ -38,11 +38,14 @@
|
||||
|
||||
CppUnit::Test* SharedLibraryTestSuite::suite()
|
||||
{
|
||||
CppUnit::TestSuite* pSuite = new CppUnit::TestSuite("SharedLibraryTestSuite");
|
||||
CppUnit::TestSuite* pSuite = new CppUnit::TestSuite("SharedLibraryTestSuite");
|
||||
|
||||
pSuite->addTest(SharedLibraryTest::suite());
|
||||
pSuite->addTest(ManifestTest::suite());
|
||||
pSuite->addTest(ClassLoaderTest::suite());
|
||||
pSuite->addTest(ManifestTest::suite());
|
||||
|
||||
return pSuite;
|
||||
#if !defined(_WIN32) || defined(_DLL)
|
||||
pSuite->addTest(SharedLibraryTest::suite());
|
||||
pSuite->addTest(ClassLoaderTest::suite());
|
||||
#endif
|
||||
|
||||
return pSuite;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user