JayBeams  0.1
Another project to have fun coding.
Functions
ut_traits.cpp File Reference
#include <jb/fftw/traits.hpp>
#include <jb/testing/check_close_enough.hpp>
#include <valgrind/valgrind.h>
#include <boost/test/unit_test.hpp>
#include <algorithm>

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (fftw_traits_double)
 
 BOOST_AUTO_TEST_CASE (fftw_traits_float)
 
 BOOST_AUTO_TEST_CASE (fftw_traits_long_double)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/3]

BOOST_AUTO_TEST_CASE ( fftw_traits_double  )
Test:
Verify that we can compile jb::fftw::traits<double>

Definition at line 59 of file ut_traits.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/3]

BOOST_AUTO_TEST_CASE ( fftw_traits_float  )
Test:
Verify that we can compile jb::fftw::traits<float>

Definition at line 66 of file ut_traits.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/3]

BOOST_AUTO_TEST_CASE ( fftw_traits_long_double  )
Test:
Verify that we can compile jb::fftw::traits<long double>

Definition at line 73 of file ut_traits.cpp.