mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
committed by
Mathew Sutcliffe
parent
be7ac1aa74
commit
08a1de995a
@@ -14,7 +14,6 @@
|
||||
#include "testcontainers.h"
|
||||
#include "testvariantandmap.h"
|
||||
#include "testinput.h"
|
||||
#include "testhardware.h"
|
||||
#include "testvaluecache.h"
|
||||
#include "testblackmiscmain.h"
|
||||
#include "testweather.h"
|
||||
@@ -34,7 +33,6 @@ namespace BlackMiscTest
|
||||
CTestContainers containerTests;
|
||||
CTestVariantAndMap variantAndMap;
|
||||
CTestInput inputTests;
|
||||
CTestHardware hardwareTests;
|
||||
CTestIdentifier identifierTests;
|
||||
CTestValueCache valueCacheTests;
|
||||
CTestWeather weatherTests;
|
||||
@@ -45,7 +43,6 @@ namespace BlackMiscTest
|
||||
status |= QTest::qExec(&containerTests, argc, argv);
|
||||
status |= QTest::qExec(&variantAndMap, argc, argv);
|
||||
status |= QTest::qExec(&inputTests, argc, argv);
|
||||
status |= QTest::qExec(&hardwareTests, argc, argv);
|
||||
status |= QTest::qExec(&valueCacheTests, argc, argv);
|
||||
status |= QTest::qExec(&weatherTests, argc, argv);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user