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

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (fftw_allocator_double)
 
 BOOST_AUTO_TEST_CASE (fftw_allocator_float)
 
 BOOST_AUTO_TEST_CASE (fftw_allocator_long_double)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/3]

BOOST_AUTO_TEST_CASE ( fftw_allocator_double  )
Test:
Verify that we can use jb::fftw::allocator<>

Definition at line 48 of file ut_allocator.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/3]

BOOST_AUTO_TEST_CASE ( fftw_allocator_float  )
Test:
Verify that we can use jb::fftw::allocator<>

Definition at line 55 of file ut_allocator.cpp.

◆ BOOST_AUTO_TEST_CASE() [3/3]

BOOST_AUTO_TEST_CASE ( fftw_allocator_long_double  )
Test:
Verify that we can use jb::fftw::allocator<>

Definition at line 62 of file ut_allocator.cpp.