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