mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 13:34:10 +00:00
[test][iterator] remove linking dependency with Boost.Test framework
This commit is contained in:
parent
d3876c017f
commit
fade99b3b8
@ -13,13 +13,11 @@
|
||||
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
import testing ;
|
||||
|
||||
test-suite boost-geometry-iterators
|
||||
:
|
||||
[ run closing_iterator.cpp ]
|
||||
[ run ever_circling_iterator.cpp ]
|
||||
[ run point_iterator.cpp /boost/test//boost_unit_test_framework ]
|
||||
[ run concatenate_iterator.cpp /boost/test//boost_unit_test_framework ]
|
||||
[ run flatten_iterator.cpp /boost/test//boost_unit_test_framework ]
|
||||
[ run point_iterator.cpp ]
|
||||
[ run concatenate_iterator.cpp ]
|
||||
[ run flatten_iterator.cpp ]
|
||||
;
|
||||
|
@ -12,7 +12,7 @@
|
||||
#define BOOST_TEST_MODULE test_concatenate_iterator
|
||||
#endif
|
||||
|
||||
#include <boost/test/unit_test.hpp>
|
||||
#include <boost/test/included/unit_test.hpp>
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
@ -12,7 +12,7 @@
|
||||
#define BOOST_TEST_MODULE test_flatten_iterator
|
||||
#endif
|
||||
|
||||
#include <boost/test/unit_test.hpp>
|
||||
#include <boost/test/included/unit_test.hpp>
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
@ -15,7 +15,7 @@
|
||||
#define BOOST_TEST_MODULE test_point_iterator
|
||||
#endif
|
||||
|
||||
#include <boost/test/unit_test.hpp>
|
||||
#include <boost/test/included/unit_test.hpp>
|
||||
|
||||
#include <boost/assign/list_of.hpp>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user