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