#include <boost/test/unit_test.hpp>
#include "../fourier/toeplitz.hpp"
Go to the source code of this file.
◆ BOOST_TEST_DYN_LINK
#define BOOST_TEST_DYN_LINK |
◆ BOOST_TEST_MODULE
#define BOOST_TEST_MODULE "Toeplitz test" |
◆ CHECK_CLOSE_COLLECTION
#define CHECK_CLOSE_COLLECTION |
( |
|
aa, |
|
|
|
bb, |
|
|
|
tolerance |
|
) |
| |
Value: { \
using std::distance; \
using std::begin; \
using std::end; \
auto a = begin(
aa),
ae = end(
aa); \
}
Definition at line 28 of file toeplitz_test.cpp.
◆ BOOST_AUTO_TEST_CASE()
BOOST_AUTO_TEST_CASE |
( |
simple |
| ) |
|