mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-23 15:52:09 +00:00
[test][algorithms] Move relops tests dirs to algorithms/ dir.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
# Copyright (c) 2007-2015 Barend Gehrels, Amsterdam, the Netherlands.
|
||||
# Copyright (c) 2008-2015 Bruno Lalande, Paris, France.
|
||||
# Copyright (c) 2009-2015 Mateusz Loskot, London, UK.
|
||||
# Copyright (c) 2018 Adam Wulkiewicz, Lodz, Poland.
|
||||
#
|
||||
# This file was modified by Oracle on 2014, 2015, 2016, 2017.
|
||||
# Modifications copyright (c) 2014-2017, Oracle and/or its affiliates.
|
||||
@@ -64,11 +65,19 @@ test-suite boost-geometry-algorithms
|
||||
|
||||
build-project area ;
|
||||
build-project buffer ;
|
||||
build-project covered_by ;
|
||||
build-project crosses ;
|
||||
build-project detail ;
|
||||
build-project disjoint ;
|
||||
build-project distance ;
|
||||
build-project envelope_expand ;
|
||||
build-project equals ;
|
||||
build-project intersects ;
|
||||
build-project length ;
|
||||
build-project overlaps ;
|
||||
build-project overlay ;
|
||||
build-project perimeter ;
|
||||
build-project relational_operations ;
|
||||
build-project relate ;
|
||||
build-project set_operations ;
|
||||
build-project touches ;
|
||||
build-project within ;
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
// Boost.Geometry (aka GGL, Generic Geometry Library)
|
||||
|
||||
// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands.
|
||||
// Copyright (c) 2018 Adam Wulkiewicz, Lodz, Poland.
|
||||
|
||||
// This file was modified by Oracle on 2013, 2014, 2015.
|
||||
// Modifications copyright (c) 2013-2015 Oracle and/or its affiliates.
|
||||
@@ -12,7 +13,7 @@
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
#include "test_relate.hpp"
|
||||
#include "../nan_cases.hpp"
|
||||
#include "nan_cases.hpp"
|
||||
|
||||
//TEST
|
||||
//#include <to_svg.hpp>
|
||||
@@ -1,18 +1,19 @@
|
||||
// Boost.Geometry (aka GGL, Generic Geometry Library)
|
||||
|
||||
// Copyright (c) 2007-2015 Barend Gehrels, Amsterdam, the Netherlands.
|
||||
// Copyright (c) 2018 Adam Wulkiewicz, Lodz, Poland.
|
||||
|
||||
// This file was modified by Oracle on 2013, 2014, 2015, 2017.
|
||||
// Modifications copyright (c) 2013-2017 Oracle and/or its affiliates.
|
||||
|
||||
// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
|
||||
|
||||
// Use, modification and distribution is subject to the Boost Software License,
|
||||
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
|
||||
|
||||
#include "test_relate.hpp"
|
||||
#include "../nan_cases.hpp"
|
||||
#include "nan_cases.hpp"
|
||||
|
||||
//TEST
|
||||
//#include <to_svg.hpp>
|
||||
@@ -1,25 +0,0 @@
|
||||
# Boost.Geometry (aka GGL, Generic Geometry Library)
|
||||
#
|
||||
# Copyright (c) 2007-2015 Barend Gehrels, Amsterdam, the Netherlands.
|
||||
# Copyright (c) 2008-2015 Bruno Lalande, Paris, France.
|
||||
# Copyright (c) 2009-2015 Mateusz Loskot, London, UK.
|
||||
#
|
||||
# This file was modified by Oracle on 2014, 2015, 2016.
|
||||
# Modifications copyright (c) 2014-2016, Oracle and/or its affiliates.
|
||||
#
|
||||
# Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
|
||||
# Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
|
||||
#
|
||||
# Use, modification and distribution is subject to the Boost Software License,
|
||||
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
build-project covered_by ;
|
||||
build-project crosses ;
|
||||
build-project disjoint ;
|
||||
build-project equals ;
|
||||
build-project intersects ;
|
||||
build-project overlaps ;
|
||||
build-project relate ;
|
||||
build-project touches ;
|
||||
build-project within ;
|
||||
Reference in New Issue
Block a user