JayBeams  0.1
Another project to have fun coding.
Functions
clfft_error_ut.cpp File Reference
#include <jb/clfft/error.hpp>
#include <boost/test/unit_test.hpp>
#include <clFFT.h>

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (check_error_code)
 
 BOOST_AUTO_TEST_CASE (clfft_error_to_string)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/2]

BOOST_AUTO_TEST_CASE ( check_error_code  )
Test:
Verify that jb::opencl::check_error_code works as expected.

Definition at line 9 of file clfft_error_ut.cpp.

References jb::clfft::check_error_code().

◆ BOOST_AUTO_TEST_CASE() [2/2]

BOOST_AUTO_TEST_CASE ( clfft_error_to_string  )
Test:
Ensure all error codes are handled...

Definition at line 19 of file clfft_error_ut.cpp.

References jb::clfft::clfft_error::to_string().