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