aewallin / openvoronoi

2D voronoi diagram for point and line-segment sites using incremental topology-oriented algorithm. C++ with python bindings. Licensed under LGPL2.1.
http://www.anderswallin.net/cam/
GNU Lesser General Public License v2.1
199 stars 68 forks source link

autodetect available libraries for tests #13

Open aewallin opened 10 years ago

aewallin commented 10 years ago

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

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.