4#include "../../../catch2/catch.hpp"
12namespace unitTest::placeholder::math_ft_fftwTemplates_test
20TEST_CASE(
"fftwTemplates API has a test placeholder",
"[math::ft::fftwTemplates][placeholder]" )
22 SUCCEED(
"fftwTemplates behavioral assertions are pending." );
Declares and defines templatized wrappers for the fftw library.
TEST_CASE("fftwTemplates API has a test placeholder", "[math::ft::fftwTemplates][placeholder]")
Verifies that APIs declared in include/math/ft/fftwTemplates.hpp remain available to the unit-test ta...