MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / TEST

Function TEST

source/MRTest/MRMeshVoxelsConverter.cpp:15–23  ·  view source on GitHub ↗

below test crashed on Fedora 40 and 41 because of incompatibility between VDB and TBB

Source from the content-addressed store, hash-verified

13
14// below test crashed on Fedora 40 and 41 because of incompatibility between VDB and TBB
15TEST( MRMesh, VersionVDB )
16{
17#if defined TBB_VERSION_PATCH
18 spdlog::info( "TBB version: {}.{}.{}", TBB_VERSION_MAJOR, TBB_VERSION_MINOR, TBB_VERSION_PATCH );
19#else
20 spdlog::info( "TBB version: {}.{}", TBB_VERSION_MAJOR, TBB_VERSION_MINOR );
21#endif
22 spdlog::info( "OpenVDB version: {}", OPENVDB_LIBRARY_VERSION_STRING );
23}
24
25TEST( MRMesh, MeshVoxelsConverterSelfIntersections )
26{

Callers

nothing calls this directly

Calls 2

volumeMethod · 0.45

Tested by

no test coverage detected