The Boost meson module sets this on the command-line, so avoid compiler warning when redefining
This commit is contained in:
@@ -21,7 +21,9 @@
|
||||
you must obtain a valid commercial licence before doing so.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_TEST_DYN_LINK
|
||||
#define BOOST_TEST_DYN_LINK
|
||||
#endif
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
#include "../common/VectorOps.h"
|
||||
|
||||
@@ -21,7 +21,9 @@
|
||||
you must obtain a valid commercial licence before doing so.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_TEST_DYN_LINK
|
||||
#define BOOST_TEST_DYN_LINK
|
||||
#endif
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
// This test suite (shallowly) tests both BinClassifier and BinSegmenter
|
||||
|
||||
@@ -21,7 +21,9 @@
|
||||
you must obtain a valid commercial licence before doing so.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_TEST_DYN_LINK
|
||||
#define BOOST_TEST_DYN_LINK
|
||||
#endif
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
#include "../common/FFT.h"
|
||||
|
||||
@@ -21,7 +21,9 @@
|
||||
you must obtain a valid commercial licence before doing so.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_TEST_DYN_LINK
|
||||
#define BOOST_TEST_DYN_LINK
|
||||
#endif
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
#include "../common/Resampler.h"
|
||||
|
||||
@@ -21,7 +21,9 @@
|
||||
you must obtain a valid commercial licence before doing so.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_TEST_DYN_LINK
|
||||
#define BOOST_TEST_DYN_LINK
|
||||
#endif
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
#include "../common/MovingMedian.h"
|
||||
|
||||
@@ -21,7 +21,9 @@
|
||||
you must obtain a valid commercial licence before doing so.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_TEST_DYN_LINK
|
||||
#define BOOST_TEST_DYN_LINK
|
||||
#endif
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
#include "../common/StretchCalculator.h"
|
||||
|
||||
@@ -21,7 +21,9 @@
|
||||
you must obtain a valid commercial licence before doing so.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_TEST_DYN_LINK
|
||||
#define BOOST_TEST_DYN_LINK
|
||||
#endif
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
#include "../../rubberband/RubberBandStretcher.h"
|
||||
|
||||
@@ -21,7 +21,9 @@
|
||||
you must obtain a valid commercial licence before doing so.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_TEST_DYN_LINK
|
||||
#define BOOST_TEST_DYN_LINK
|
||||
#endif
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
#include "../common/VectorOps.h"
|
||||
|
||||
@@ -21,7 +21,9 @@
|
||||
you must obtain a valid commercial licence before doing so.
|
||||
*/
|
||||
|
||||
#ifndef BOOST_TEST_DYN_LINK
|
||||
#define BOOST_TEST_DYN_LINK
|
||||
#endif
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
#include "../common/VectorOpsComplex.h"
|
||||
|
||||
@@ -22,5 +22,7 @@
|
||||
*/
|
||||
|
||||
#define BOOST_TEST_MODULE RubberBand
|
||||
#ifndef BOOST_TEST_DYN_LINK
|
||||
#define BOOST_TEST_DYN_LINK
|
||||
#endif
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
Reference in New Issue
Block a user