mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-10 03:16:09 +08:00
Ref T251, unit test for gnd flag sending
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#include "testdbus.h"
|
||||
#include "testflightplan.h"
|
||||
#include "testgeo.h"
|
||||
#include "testaircraftparts.h"
|
||||
#include "testicon.h"
|
||||
#include "testidentifier.h"
|
||||
#include "testinput.h"
|
||||
@@ -58,6 +59,10 @@ namespace BlackMiscTest
|
||||
CTestPropertyIndex piTests;
|
||||
status |= test.exec(&piTests, "blackmisc_propertyindex");
|
||||
}
|
||||
{
|
||||
CTestAircraftParts apTests;
|
||||
status |= test.exec(&apTests, "blackmisc_aircraftParts");
|
||||
}
|
||||
{
|
||||
CTestGeo geoTests;
|
||||
status |= test.exec(&geoTests, "blackmisc_geo");
|
||||
|
||||
Reference in New Issue
Block a user