mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-09 11:06:01 +08:00
Pure Qt/C++ test harness for INetwork
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
#include "testblackcoremain.h"
|
||||
#include "testinterpolator.h"
|
||||
#include "testnetwork.h"
|
||||
#include "testnetmediators.h"
|
||||
|
||||
namespace BlackCoreTest
|
||||
@@ -20,6 +21,10 @@ int CBlackCoreTestMain::unitMain(int argc, char *argv[])
|
||||
CTestInterpolator interpolatorTests;
|
||||
status |= QTest::qExec(&interpolatorTests, argc, argv);
|
||||
}
|
||||
{
|
||||
CTestNetwork networkTests;
|
||||
status |= QTest::qExec(&networkTests, argc, argv);
|
||||
}
|
||||
{
|
||||
CTestNetMediators mediatorTests;
|
||||
status |= QTest::qExec(&mediatorTests, argc, argv);
|
||||
|
||||
Reference in New Issue
Block a user