CAtcListManager class

This commit is contained in:
Mathew Sutcliffe
2013-08-09 00:55:46 +01:00
parent eade49799b
commit e194773c5b
7 changed files with 364 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
#include "testblackcoremain.h"
#include "testinterpolator.h"
#include "testnetmediators.h"
namespace BlackCoreTest
{
@@ -19,6 +20,10 @@ int CBlackCoreTestMain::unitMain(int argc, char *argv[])
CTestInterpolator interpolatorTests;
status |= QTest::qExec(&interpolatorTests, argc, argv);
}
{
CTestNetMediators mediatorTests;
status |= QTest::qExec(&mediatorTests, argc, argv);
}
return status;
}
} // namespace