aewallin / openvoronoi

2D voronoi diagram for point and line-segment sites using incremental topology-oriented algorithm. C++ with python bindings. Licensed under LGPL2.1.

Home Page:http://www.anderswallin.net/cam/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

autodetect available libraries for tests

aewallin opened this issue · comments

many of the tests depend on external libraries that generate input-geometry, such as:

  • truetypetracer (depends on Freetype)
  • randompolygon (which in turn depends on CGAL)

ideally the tests should be configured and run only if the user has the required libraries installed.
without the libraries we would just run the tests that we can.