cadop / dhart

A library for Navigation Graphs, Visibility, Raycasting and other features for Design Humans Analysis RoboTics (DHART).
https://cadop.github.io/dhart/
GNU General Public License v3.0
13 stars 7 forks source link

Old C Interface unittests are commented out #39

Open cadop opened 1 year ago

cadop commented 1 year ago

CMake config comments out c_interface tests:

https://github.com/cadop/dhart/blob/8aa1655a64fe4507f72687bc971a1a19aff286d6/src/CMakeLists.txt#L416-L422

Need to look back and find when this happened and if all tests are covered by other ones, as the interface seems to be an older version:

https://github.com/cadop/dhart/blob/8aa1655a64fe4507f72687bc971a1a19aff286d6/src/Cpp/tests/src/embree_raytracer_cinterface.cpp#L45