mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-08 10:45:36 +08:00
refs #893, unit test for property index
This commit is contained in:
committed by
Mathew Sutcliffe
parent
88106d6d8a
commit
f8b2e4f23f
@@ -22,6 +22,7 @@
|
||||
#include "testmath.h"
|
||||
#include "testphysicalquantities.h"
|
||||
#include "testprocess.h"
|
||||
#include "testpropertyindex.h"
|
||||
#include "testslot.h"
|
||||
#include "teststringutils.h"
|
||||
#include "testvaluecache.h"
|
||||
@@ -51,6 +52,10 @@ namespace BlackMiscTest
|
||||
CTestAviation avBaseTests;
|
||||
status |= test.exec(&avBaseTests, "blackmisc_aviation");
|
||||
}
|
||||
{
|
||||
CTestPropertyIndex piTests;
|
||||
status |= test.exec(&piTests, "blackmisc_propertyindex");
|
||||
}
|
||||
{
|
||||
CTestGeo geoTests;
|
||||
status |= test.exec(&geoTests, "blackmisc_geo");
|
||||
|
||||
Reference in New Issue
Block a user