TopoToolbox / libtopotoolbox

A C library for the analysis of digital elevation models.
https://topotoolbox.github.io/libtopotoolbox/
GNU General Public License v3.0
0 stars 5 forks source link

Improve the test infrastructure #55

Open wkearn opened 3 months ago

wkearn commented 3 months ago

While working on #23, I have run into some challenges because of our messy testing setup. The property-based testing approach seems to work well but there are a few things that need to be improved:

It might be worthwhile to use an existing testing framework like GoogleTest, but I do not yet know enough about those to make an informed decision.