]> git.proxmox.com Git - ceph.git/blame - 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
CommitLineData
7c673cae
FG
1# test/Jamfile.v2 controls building of Polygon Library unit tests
2#
3# Copyright (c) 2010 Intel Corporation
4#
5# Use, modification and distribution is subject to the Boost Software License,
6# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
7# http://www.boost.org/LICENSE_1_0.txt)
8
9import testing ;
10
92f5a8d4
TL
11run polygon_point_test.cpp ;
12run polygon_segment_test.cpp ;
13run polygon_interval_test.cpp ;
14run polygon_rectangle_test.cpp ;
15run polygon_rectangle_formation_test.cpp ;
16run polygon_set_data_test.cpp ;
17run polygon_90_data_test.cpp ;
18run gtl_boost_unit_test.cpp ;
7c673cae 19
92f5a8d4
TL
20run voronoi_builder_test.cpp ;
21run voronoi_ctypes_test.cpp ;
22run voronoi_diagram_test.cpp ;
23run voronoi_geometry_type_test.cpp ;
24run voronoi_predicates_test.cpp ;
25run voronoi_robust_fpt_test.cpp ;
26run voronoi_structures_test.cpp ;