test: add cmake files for rtree tests

This commit is contained in:
Adam Wulkiewicz 2025-03-05 00:04:34 +01:00
parent fb99e6f3e8
commit b051ccdb1f
5 changed files with 43 additions and 2 deletions

View File

@ -19,4 +19,6 @@ foreach(item IN ITEMS
boost_geometry_add_unit_test("index" ${item})
endforeach()
add_subdirectory(exceptions)
add_subdirectory(generated)
add_subdirectory(strategies)

View File

@ -0,0 +1,15 @@
# Boost.Geometry
# Copyright (c) 2025 Adam Wulkiewicz, Lodz, Poland.
# Copyright (c) 2024, Oracle and/or its affiliates.
# Contributed and/or modified by Vissarion Fysikopoulos, 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)
foreach(item IN ITEMS
rtree_exceptions_lin
rtree_exceptions_qua
rtree_exceptions_rst
)
boost_geometry_add_unit_test("index" ${item})
endforeach()

View File

@ -0,0 +1,7 @@
# Boost.Geometry
# Copyright (c) 2025 Adam Wulkiewicz, Lodz, Poland.
# 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)
add_subdirectory(b2d)

View File

@ -0,0 +1,19 @@
# Boost.Geometry
# Copyright (c) 2025 Adam Wulkiewicz, Lodz, Poland.
# 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)
foreach(item IN ITEMS
rtree_lin_add_b2d
rtree_lin_mod_b2d
rtree_lin_que_b2d
rtree_qua_add_b2d
rtree_qua_mod_b2d
rtree_qua_que_b2d
rtree_rst_add_b2d
rtree_rst_mod_b2d
rtree_rst_que_b2d
)
boost_geometry_add_unit_test("index" ${item})
endforeach()

View File

@ -1,7 +1,5 @@
# Boost.Geometry
# Copyright (c) 2025 Adam Wulkiewicz, Lodz, Poland.
# Copyright (c) 2024, Oracle and/or its affiliates.
# Contributed and/or modified by Vissarion Fysikopoulos, 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)