mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-22 03:22:14 +00:00
[distance] add unit tests for all geometry combinations
This commit is contained in:
20
test/algorithms/distance_all.cpp
Normal file
20
test/algorithms/distance_all.cpp
Normal file
@@ -0,0 +1,20 @@
|
||||
// Boost.Geometry (aka GGL, Generic Geometry Library)
|
||||
// Unit Test
|
||||
|
||||
// Copyright (c) 2014, Oracle and/or its affiliates.
|
||||
|
||||
// Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
|
||||
|
||||
// Licensed under the Boost Software License version 1.0.
|
||||
// http://www.boost.org/users/license.html
|
||||
|
||||
#ifndef BOOST_TEST_MODULE
|
||||
#define BOOST_TEST_MODULE test_distance_all
|
||||
#endif
|
||||
|
||||
#include "distance_pointlike_pointlike.cpp"
|
||||
#include "distance_pointlike_linear.cpp"
|
||||
#include "distance_pointlike_areal.cpp"
|
||||
#include "distance_linear_linear.cpp"
|
||||
#include "distance_linear_areal.cpp"
|
||||
#include "distance_areal_areal.cpp"
|
||||
Reference in New Issue
Block a user