]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/algorithms/area/Jamfile
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / geometry / test / algorithms / area / Jamfile
diff --git a/ceph/src/boost/libs/geometry/test/algorithms/area/Jamfile b/ceph/src/boost/libs/geometry/test/algorithms/area/Jamfile
new file mode 100644 (file)
index 0000000..f3c868d
--- /dev/null
@@ -0,0 +1,18 @@
+# Boost.Geometry (aka GGL, Generic Geometry Library)
+#
+# Copyright (c) 2016 Oracle and/or its affiliates.
+#
+# Contributed and/or modified by Vissarion Fisikopoulos, 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-area
+    :
+    [ run area.cpp                     : : : : algorithms_area ]
+    [ run area_sph_geo.cpp             : : : : algorithms_area_sph_geo ]
+    [ run area_geo.cpp                 : : : : algorithms_area_geo ]
+    [ run area_multi.cpp               : : : : algorithms_area_multi ]
+    ;
+