mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [
git repo
]
Loading...
Searching...
No Matches
templateCufft_test.cpp
Go to the documentation of this file.
1
/** \file templateCufft_test.cpp
2
* \brief Placeholder tests for APIs declared in include/math/cuda/templateCufft.hpp.
3
*/
4
#include "../../../catch2/catch.hpp"
5
6
#include "
../../../../include/math/cuda/templateCufft.hpp
"
7
8
/** \defgroup templateCufft_unit_tests templateCufft Unit Tests
9
* \ingroup math_cuda_unit_tests
10
*/
11
12
namespace
unitTest::placeholder::math_cuda_templateCufft_test
13
{
14
15
/** \brief Verifies that APIs declared in include/math/cuda/templateCufft.hpp remain available to the unit-test target.
16
*
17
* \ingroup templateCufft_unit_tests
18
* \todo Add behavioral assertions for the APIs declared in include/math/cuda/templateCufft.hpp.
19
*/
20
TEST_CASE
(
"templateCufft API has a test placeholder"
,
"[math::cuda::templateCufft][placeholder]"
)
21
{
22
SUCCEED(
"templateCufft behavioral assertions are pending."
);
23
}
24
25
}
// namespace unitTest::placeholder::math_cuda_templateCufft_test
unitTest::placeholder::math_cuda_templateCufft_test::TEST_CASE
TEST_CASE("templateCufft API has a test placeholder", "[math::cuda::templateCufft][placeholder]")
Verifies that APIs declared in include/math/cuda/templateCufft.hpp remain available to the unit-test ...
Definition
templateCufft_test.cpp:20
templateCufft.hpp
A template interface to cufft.
tests
include
math
cuda
templateCufft_test.cpp
Generated on
for mxlib by
1.15.0