refs #893, unit test for property index

This commit is contained in:
Klaus Basan
2017-03-01 04:05:12 +01:00
committed by Mathew Sutcliffe
parent 88106d6d8a
commit f8b2e4f23f
3 changed files with 86 additions and 0 deletions

View File

@@ -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");