mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-11 20:29:47 +08:00
committed by
Mathew Sutcliffe
parent
1f2a88e502
commit
ab17dabd5b
@@ -6,7 +6,6 @@
|
||||
#include "testblackcoremain.h"
|
||||
#include "testinterpolator.h"
|
||||
#include "testnetwork.h"
|
||||
#include "testnetmediators.h"
|
||||
|
||||
namespace BlackCoreTest
|
||||
{
|
||||
@@ -25,10 +24,6 @@ int CBlackCoreTestMain::unitMain(int argc, char *argv[])
|
||||
CTestNetwork networkTests;
|
||||
status |= QTest::qExec(&networkTests, argc, argv);
|
||||
}
|
||||
{
|
||||
CTestNetMediators mediatorTests;
|
||||
status |= QTest::qExec(&mediatorTests, argc, argv);
|
||||
}
|
||||
return status;
|
||||
}
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user