Skip to content
Snippets Groups Projects
Verified Commit 10619a7f authored by Justin Carpentier's avatar Justin Carpentier
Browse files

test: fix qhull

parent f2aa9628
No related branches found
No related tags found
No related merge requests found
Pipeline #23713 passed with warnings
......@@ -208,6 +208,7 @@ BOOST_AUTO_TEST_CASE(test_BVHModel) {
}
}
#ifdef HPP_FCL_HAS_QHULL
BOOST_AUTO_TEST_CASE(test_Convex) {
std::vector<Vec3f> p1;
std::vector<Triangle> t1;
......@@ -231,6 +232,7 @@ BOOST_AUTO_TEST_CASE(test_Convex) {
test_serialization(convex, convex_copy);
}
}
#endif
BOOST_AUTO_TEST_CASE(test_HeightField) {
const FCL_REAL min_altitude = -1.;
......
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