mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 13:34:10 +00:00
[test][disjoint] add unit test for checking which geometry combinations
work with disjoint
This commit is contained in:
parent
90ac851e4e
commit
da4ee4d6fe
@ -30,6 +30,7 @@ test-suite boost-geometry-algorithms
|
||||
[ run difference_linear_linear.cpp ]
|
||||
[ run difference_pl_pl.cpp ]
|
||||
[ run disjoint.cpp ]
|
||||
[ run disjoint_coverage.cpp ]
|
||||
[ run distance.cpp : : : <toolset>msvc:<cxxflags>/bigobj ]
|
||||
[ run distance_areal_areal.cpp ]
|
||||
[ run distance_linear_areal.cpp ]
|
||||
|
@ -17,18 +17,11 @@
|
||||
|
||||
#include <boost/test/included/unit_test.hpp>
|
||||
|
||||
// general support; THIS HEADER SHOULD GO AWAY
|
||||
#include <boost/geometry/geometry.hpp>
|
||||
|
||||
// support for multi; THIS HEADER SHOULD GO AWAY
|
||||
//#include <boost/geometry/multi/multi.hpp>
|
||||
|
||||
#include <boost/geometry/core/tag.hpp>
|
||||
#include <boost/geometry/core/tags.hpp>
|
||||
#include <boost/geometry/multi/core/tags.hpp>
|
||||
|
||||
// I should not need to include this
|
||||
#include <boost/geometry/multi/core/geometry_id.hpp>
|
||||
#include <boost/geometry/strategies/strategies.hpp>
|
||||
|
||||
#include <boost/geometry/io/wkt/read.hpp>
|
||||
#include <boost/geometry/io/wkt/write.hpp>
|
||||
@ -47,7 +40,6 @@
|
||||
#include <boost/geometry/multi/geometries/multi_polygon.hpp>
|
||||
|
||||
#include <boost/geometry/algorithms/disjoint.hpp>
|
||||
#include <boost/geometry/multi/algorithms/disjoint.hpp>
|
||||
|
||||
#include "from_wkt.hpp"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user