summaryrefslogtreecommitdiff
path: root/libs/geometry/test/algorithms/Jamfile.v2
blob: 5fd0e3c043e3d844b29bdee8c37e805e840ef9f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# 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.
# Modifications copyright (c) 2014-2015, 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)

test-suite boost-geometry-algorithms
    :
    [ run append.cpp ]
    [ run area.cpp ]
    [ run assign.cpp ]
    [ run buffer.cpp ]
    [ run centroid.cpp ]
    [ run comparable_distance.cpp ]
    [ run convex_hull.cpp ]
    [ run correct.cpp ]
    [ run convert.cpp ]
    [ run envelope.cpp ]
    [ run expand.cpp ]
    [ run for_each.cpp ]
    [ run is_simple.cpp ]
    [ run is_valid.cpp ]
    [ run is_valid_failure.cpp ]
    [ run length.cpp ]
    [ run make.cpp ]
    [ run multi_area.cpp ]
    [ run multi_centroid.cpp ]
    [ run multi_convert.cpp ]
    [ run multi_convex_hull.cpp ]
    [ run multi_correct.cpp ]
    [ run multi_envelope.cpp ]
    [ run multi_for_each.cpp ]
    [ run multi_length.cpp ]
    [ run multi_num_geometries.cpp ]
    [ run multi_num_interior_rings.cpp ]
    [ run multi_num_points.cpp ]
    [ run multi_perimeter.cpp ]
    [ run multi_reverse.cpp ]
    [ run multi_simplify.cpp ]
    [ run multi_transform.cpp ]
    [ run multi_unique.cpp ]
    [ run num_geometries.cpp ]
    [ run num_interior_rings.cpp ]
    [ run num_points.cpp ]
    [ run num_segments.cpp ]
    [ run perimeter.cpp ]
    [ run point_on_surface.cpp ]
    [ run remove_spikes.cpp ]
    [ run reverse.cpp ]
    [ run simplify.cpp ]
    [ run transform.cpp ]
    [ run unique.cpp ]
    ;

build-project buffer ;
build-project detail ;
build-project distance ;
build-project overlay ;
build-project relational_operations ;
build-project set_operations ;