]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/polygon/test/Jamfile.v2
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / polygon / test / Jamfile.v2
index 7cf36798d603f67ee65e522b9ce77959016d5cd6..16787e3d4303e5234059a2f9799c1e11188f89de 100644 (file)
@@ -8,35 +8,19 @@
 
 import testing ;
 
-project polygon-test
-    :
-    requirements
-        <include>.
-        <toolset>msvc:<asynch-exceptions>on
-        <library>/boost/test//boost_unit_test_framework
-    ;
-
-test-suite polygon-unit
-    :
-        [ run polygon_point_test.cpp ]
-        [ run polygon_segment_test.cpp ]
-        [ run polygon_interval_test.cpp ]
-        [ run polygon_rectangle_test.cpp ]
-        [ run polygon_rectangle_formation_test.cpp ]
-        [ run polygon_set_data_test.cpp ]
-        [ run polygon_90_data_test.cpp ]
-        [ run gtl_boost_unit_test.cpp ]
-    ;
-
-test-suite voronoi-unit
-    :
-        [ run voronoi_builder_test.cpp ]
-        [ run voronoi_ctypes_test.cpp ]
-        [ run voronoi_diagram_test.cpp ]
-        [ run voronoi_geometry_type_test.cpp ]
-        [ run voronoi_predicates_test.cpp ]
-        [ run voronoi_robust_fpt_test.cpp ]
-        [ run voronoi_structures_test.cpp ]
-    ;
-
+run polygon_point_test.cpp ;
+run polygon_segment_test.cpp ;
+run polygon_interval_test.cpp ;
+run polygon_rectangle_test.cpp ;
+run polygon_rectangle_formation_test.cpp ;
+run polygon_set_data_test.cpp ;
+run polygon_90_data_test.cpp ;
+run gtl_boost_unit_test.cpp ;
 
+run voronoi_builder_test.cpp ;
+run voronoi_ctypes_test.cpp ;
+run voronoi_diagram_test.cpp ;
+run voronoi_geometry_type_test.cpp ;
+run voronoi_predicates_test.cpp ;
+run voronoi_robust_fpt_test.cpp ;
+run voronoi_structures_test.cpp ;