mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Ref T259, Ref T243 unit test for parts
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
#include "testicon.h"
|
||||
#include "testidentifier.h"
|
||||
#include "testinput.h"
|
||||
#include "testinterpolator.h"
|
||||
#include "testinterpolatorlinear.h"
|
||||
#include "testinterpolatorparts.h"
|
||||
#include "testlibrarypath.h"
|
||||
#include "testmath.h"
|
||||
#include "testphysicalquantities.h"
|
||||
@@ -113,8 +114,12 @@ namespace BlackMiscTest
|
||||
status |= test.exec(&mathTests, "blackmisc_math");
|
||||
}
|
||||
{
|
||||
CTestInterpolator interpolatorTests;
|
||||
status |= test.exec(&interpolatorTests, "blackmisc_interpolator");
|
||||
CTestInterpolatorLinear interpolatorTests;
|
||||
status |= test.exec(&interpolatorTests, "blackmisc_interpolatorlinear");
|
||||
}
|
||||
{
|
||||
CTestInterpolatorParts interpolatorParts;
|
||||
status |= test.exec(&interpolatorParts, "blackmisc_interpolatorparts");
|
||||
}
|
||||
{
|
||||
CTestLibraryPath libraryPathTests;
|
||||
|
||||
Reference in New Issue
Block a user