]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/Jamfile.v2
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / Jamfile.v2
index 63f218504cb0f2e464b3d18730f2334a52a1a3f7..2806c1a107fc5ff7117c47f12f139f7f774415cd 100644 (file)
@@ -4,8 +4,8 @@
 # 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.
+# This file was modified by Oracle on 2014, 2015, 2016, 2017.
+# Modifications copyright (c) 2014-2017, Oracle and/or its affiliates.
 #
 # Contributed and/or modified by Vissarion Fisikopoulos, on behalf of Oracle
 # Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
@@ -18,8 +18,6 @@
 test-suite boost-geometry-algorithms
     :
     [ run append.cpp                   : : : : algorithms_append ]
-    [ run area.cpp                     : : : : algorithms_area ]
-    [ run area_multi.cpp               : : : : algorithms_area_multi ]
     [ run assign.cpp                   : : : : algorithms_assign ]
     [ run centroid.cpp                 : : : : algorithms_centroid ]
     [ run centroid_multi.cpp           : : : : algorithms_centroid_multi ]
@@ -30,13 +28,16 @@ test-suite boost-geometry-algorithms
     [ run convex_hull_multi.cpp        : : : : algorithms_convex_hull_multi ]
     [ run correct.cpp                  : : : : algorithms_correct ]
     [ run correct_multi.cpp            : : : : algorithms_correct_multi ]
+    [ run correct_closure.cpp          : : : : algorithms_correct_closure ]
     [ run for_each.cpp                 : : : : algorithms_for_each ]
     [ run for_each_multi.cpp           : : : : algorithms_for_each_multi ]
     [ run is_convex.cpp                : : : : algorithms_is_convex ]
     [ run is_empty.cpp                 : : : : algorithms_is_empty ]
     [ run is_simple.cpp                : : : : algorithms_is_simple ]
+    [ run is_simple_geo.cpp            : : : : algorithms_is_simple_geo ]
     [ run is_valid.cpp                 : : : : algorithms_is_valid ]
     [ run is_valid_failure.cpp         : : : : algorithms_is_valid_failure ]
+    [ run is_valid_geo.cpp             : : : : algorithms_is_valid_geo ]
     [ run make.cpp                     : : : : algorithms_make ]
     [ run maximum_gap.cpp              : : : : algorithms_maximum_gap ]
     [ run num_geometries.cpp           : : : : algorithms_num_geometries ]
@@ -60,6 +61,7 @@ test-suite boost-geometry-algorithms
     [ run unique_multi.cpp             : : : : algorithms_unique_multi ]
     ;
 
+build-project area ;
 build-project buffer ;
 build-project detail ;
 build-project distance ;