cadop / dhart

A library for creating Navigation Graphs, Visibility graphs, Raycasting used in design analysis, architecture, robotics, and human factors.
https://cadop.github.io/dhart/
GNU General Public License v3.0
14 stars 9 forks source link

Old C Interface unittests are commented out #39

Open cadop opened 2 years ago

cadop commented 2 years 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