mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
psdFilterCuda_test.cpp
Go to the documentation of this file.
1/** \file psdFilterCuda_test.cpp
2 * \brief Documentation-only ownership placeholder for the legacy psdFilterCuda header.
3 */
4#include "../../catch2/catch.hpp"
5
7
8/** \defgroup psdFilterCuda_unit_tests psdFilterCuda Unit Tests
9 * \ingroup sigproc_unit_tests
10 */
11
12namespace unitTest::placeholder::sigproc_psdFilterCuda_test
13{
14
15/** \brief Keeps ownership of the legacy psdFilterCuda header visible in the documented test inventory.
16 *
17 * The header predates the rank-aware psdFilter API and depends on removed CUDA helper APIs, so this TEST_CASE is
18 * intentionally not compiled.
19 *
20 * \ingroup psdFilterCuda_unit_tests
21 * \todo Decide whether to remove or modernize the header before enabling compilation and behavioral tests for the
22 * CUDA PSD filter.
23 */
24TEST_CASE( "psdFilterCuda header has a documentation-only ownership placeholder",
25 "[sigproc::psdFilterCuda][placeholder]" )
26{
27 SUCCEED( "psdFilterCuda remains excluded pending removal or modernization." );
28}
29
30} // namespace unitTest::placeholder::sigproc_psdFilterCuda_test
TEST_CASE("psdFilterCuda header has a documentation-only ownership placeholder", "[sigproc::psdFilterCuda][placeholder]")
Keeps ownership of the legacy psdFilterCuda header visible in the documented test inventory.
Declares and defines a class for filtering with PSDs on CUDA GPUs.