mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-07 10:05:51 +08:00
CAtcListManager class
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user