4#include "../../../catch2/catch.hpp"
12namespace unitTest::placeholder::math_func_legendre_test
20TEST_CASE(
"legendre API has a test placeholder",
"[math::func::legendre][placeholder]" )
22 SUCCEED(
"legendre behavioral assertions are pending." );
TEST_CASE("legendre API has a test placeholder", "[math::func::legendre][placeholder]")
Verifies that APIs declared in include/math/func/legendre.hpp remain available to the unit-test targe...
Declares and defines Legendre polynomials.