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