4#include "../../catch2/catch.hpp"
12namespace unitTest::placeholder::math_gslInterpolation_test
20TEST_CASE(
"gslInterpolation API has a test placeholder",
"[math::gslInterpolation][placeholder]" )
22 SUCCEED(
"gslInterpolation behavioral assertions are pending." );
TEST_CASE("gslInterpolation API has a test placeholder", "[math::gslInterpolation][placeholder]")
Verifies that APIs declared in include/math/gslInterpolation.hpp remain available to the unit-test ta...
Wrappers for using the GNU Scientific Library 1-D interpolation functions.