]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/area/Jamfile
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / area / Jamfile
index f3c868da7567a2026ea4ea7dce662ca2843545da..fb551b6b4df1abff77abe9397a6fa874292fcb42 100644 (file)
@@ -1,8 +1,9 @@
 # Boost.Geometry (aka GGL, Generic Geometry Library)
 #
-# Copyright (c) 2016 Oracle and/or its affiliates.
+# Copyright (c) 2016-2021 Oracle and/or its affiliates.
 #
 # Contributed and/or modified by Vissarion Fisikopoulos, 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
@@ -11,8 +12,9 @@
 test-suite boost-geometry-algorithms-area
     :
     [ run area.cpp                     : : : : algorithms_area ]
-    [ run area_sph_geo.cpp             : : : : algorithms_area_sph_geo ]
+    [ run area_box_sg.cpp              : : : : algorithms_area_box_sg ]
     [ run area_geo.cpp                 : : : : algorithms_area_geo ]
     [ run area_multi.cpp               : : : : algorithms_area_multi ]
+    [ run area_sph_geo.cpp             : : : : algorithms_area_sph_geo ]
     ;