mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-05 00:44:40 +08:00
refs #453 Refactor Input value classes
All previous Hardware classes have been refactored and moved into the Input namespace.
This commit is contained in:
committed by
Mathew Sutcliffe
parent
41e17aa0c7
commit
63c7c6be0d
@@ -13,6 +13,7 @@
|
||||
#include "testidentifier.h"
|
||||
#include "testcontainers.h"
|
||||
#include "testvariantandmap.h"
|
||||
#include "testinput.h"
|
||||
#include "testhardware.h"
|
||||
#include "testvaluecache.h"
|
||||
#include "testblackmiscmain.h"
|
||||
@@ -32,6 +33,7 @@ namespace BlackMiscTest
|
||||
CTestGeo geoTests;
|
||||
CTestContainers containerTests;
|
||||
CTestVariantAndMap variantAndMap;
|
||||
CTestInput inputTests;
|
||||
CTestHardware hardwareTests;
|
||||
CTestIdentifier identifierTests;
|
||||
CTestValueCache valueCacheTests;
|
||||
@@ -42,6 +44,7 @@ namespace BlackMiscTest
|
||||
status |= QTest::qExec(&identifierTests, argc, argv);
|
||||
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