mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-12 20:55:39 +08:00
refs #838 Move interpolator unittest from testblackcore to testblackmisc.
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#include "testgeo.h"
|
||||
#include "testidentifier.h"
|
||||
#include "testinput.h"
|
||||
#include "testinterpolator.h"
|
||||
#include "testlibrarypath.h"
|
||||
#include "testmath.h"
|
||||
#include "testphysicalquantities.h"
|
||||
@@ -92,6 +93,10 @@ namespace BlackMiscTest
|
||||
CTestMath mathTests;
|
||||
status |= test.exec(&mathTests, "blackmisc_math");
|
||||
}
|
||||
{
|
||||
CTestInterpolator interpolatorTests;
|
||||
status |= test.exec(&interpolatorTests, "blackmisc_interpolator");
|
||||
}
|
||||
{
|
||||
CTestLibraryPath libraryPathTests;
|
||||
status |= test.exec(&libraryPathTests, "blackmisc_librarypath");
|
||||
|
||||
Reference in New Issue
Block a user