diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:24:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:24:20 +0000 |
commit | 483eb2f56657e8e7f419ab1a4fab8dce9ade8609 (patch) | |
tree | e5d88d25d870d5dedacb6bbdbe2a966086a0a5cf /src/boost/libs/polygon/test/Jamfile.v2 | |
parent | Initial commit. (diff) | |
download | ceph-483eb2f56657e8e7f419ab1a4fab8dce9ade8609.tar.xz ceph-483eb2f56657e8e7f419ab1a4fab8dce9ade8609.zip |
Adding upstream version 14.2.21.upstream/14.2.21upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/boost/libs/polygon/test/Jamfile.v2')
-rw-r--r-- | src/boost/libs/polygon/test/Jamfile.v2 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/boost/libs/polygon/test/Jamfile.v2 b/src/boost/libs/polygon/test/Jamfile.v2 new file mode 100644 index 00000000..16787e3d --- /dev/null +++ b/src/boost/libs/polygon/test/Jamfile.v2 @@ -0,0 +1,26 @@ +# test/Jamfile.v2 controls building of Polygon Library unit tests +# +# Copyright (c) 2010 Intel Corporation +# +# 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) + +import testing ; + +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 ; |