refs #838 Move interpolator unittest from testblackcore to testblackmisc.

This commit is contained in:
Mathew Sutcliffe
2016-12-16 04:35:52 +00:00
parent 7e85422da7
commit 062289bc69
4 changed files with 11 additions and 11 deletions

View File

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