-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[test] complete cmake coverage #1286
[test] complete cmake coverage #1286
Conversation
boost_geometry_add_unit_test("formulas" ${item}) | ||
endforeach() | ||
|
||
if (NOT APPLE) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Manual edit
boost_tuple | ||
box | ||
custom_linestring | ||
# initialization |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The two commented tests would need extra dependencies (for test only).
@@ -13,5 +13,6 @@ | |||
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at | |||
# http://www.boost.org/LICENSE_1_0.txt) | |||
|
|||
build-project wkt ; | |||
build-project dsv ; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The dsv
Jamfile was there, but not run. For CMake it runs without problems - so I added it for Jam too
closing_iterator | ||
# concatenate_iterator | ||
ever_circling_iterator | ||
# flatten_iterator |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two manual edits, needing extra dependencies
reversible_view | ||
segment_view | ||
) | ||
boost_geometry_add_unit_test("views" ${item}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Format change only
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, it is great to have full cmake support.
There is also a related cmake issue #1282 but that could be handled in different PR.
This makes CMake coverage complete for unit tests.
The CMakeLists are generated automatically, and manually edited where indicated.
There is one test added to the Jam suite as well, as indicated.