Skip to content
Snippets Groups Projects
Unverified Commit 5e68b278 authored by Joris Vaillant's avatar Joris Vaillant
Browse files

test: Don't run test on hpp::fcl::Convex without Qhull

parent 686dc253
No related branches found
No related tags found
No related merge requests found
Pipeline #42827 passed
......@@ -508,6 +508,7 @@ BOOST_AUTO_TEST_CASE(test_shapes) {
test_serialization(plane, plane_copy);
}
#ifdef HPP_FCL_HAS_QHULL
{
const size_t num_points = 500;
std::shared_ptr<std::vector<Vec3f>> points =
......@@ -526,6 +527,7 @@ BOOST_AUTO_TEST_CASE(test_shapes) {
Convex convex_copy;
test_serialization(*convex, convex_copy);
}
#endif
}
#ifdef HPP_FCL_HAS_OCTOMAP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment