summaryrefslogtreecommitdiff
path: root/libs/geometry/test/strategies/Jamfile.v2
diff options
context:
space:
mode:
Diffstat (limited to 'libs/geometry/test/strategies/Jamfile.v2')
-rw-r--r--libs/geometry/test/strategies/Jamfile.v214
1 files changed, 9 insertions, 5 deletions
diff --git a/libs/geometry/test/strategies/Jamfile.v2 b/libs/geometry/test/strategies/Jamfile.v2
index d32c10737..beb772b2a 100644
--- a/libs/geometry/test/strategies/Jamfile.v2
+++ b/libs/geometry/test/strategies/Jamfile.v2
@@ -1,11 +1,11 @@
# Boost.Geometry (aka GGL, Generic Geometry Library)
#
-# Copyright (c) 2007-2014 Barend Gehrels, Amsterdam, the Netherlands.
-# Copyright (c) 2008-2014 Bruno Lalande, Paris, France.
-# Copyright (c) 2009-2014 Mateusz Loskot, London, UK.
+# 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.
-# Modifications copyright (c) 2014, Oracle and/or its affiliates.
+# 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
@@ -16,9 +16,11 @@
test-suite boost-geometry-strategies
:
+ [ run andoyer.cpp ]
[ run cross_track.cpp ]
[ run crossings_multiply.cpp ]
[ run distance_default_result.cpp ]
+ [ run douglas_peucker.cpp ]
[ run franklin.cpp ]
[ run haversine.cpp ]
[ run point_in_box.cpp ]
@@ -28,7 +30,9 @@ test-suite boost-geometry-strategies
[ run pythagoras_point_box.cpp ]
[ run spherical_side.cpp ]
[ run segment_intersection_collinear.cpp ]
+ [ run side_of_intersection.cpp ]
[ run transform_cs.cpp ]
[ run transformer.cpp ]
+ [ run vincenty.cpp ]
[ run winding.cpp ]
;