[test][algorithms] Move relops tests dirs to algorithms/ dir.

This commit is contained in:
Adam Wulkiewicz
2018-07-27 19:00:19 +02:00
parent 79ef70f37b
commit 4782cb191d
73 changed files with 16 additions and 30 deletions

View File

@@ -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 ;

View File

@@ -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>

View File

@@ -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>

View File

@@ -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 ;