BrunoLevy / geogram

a programming library with geometric algorithms
Other
1.8k stars 122 forks source link

Add init flags and make init less intrusive by default (fixes #64) #163

Closed jdumas closed 1 month ago

jdumas commented 1 month ago

I wish the unit tests were registered with ctest so I could run them simply from the command-line. It seems they're not run in pull requests either, so it's a bit hard for me to test those changes. But hopefully it should help with #64.

BrunoLevy commented 1 month ago

Thanks Jeremie ! I'm taking a look, Note: for running the tests manually, instructions are here (they are based on RobotFramework plus a set of scripts that were written by my friend Thierry Valentin, one day maybe I'll migrate them to CTest).

jdumas commented 1 month ago

Thanks! I just tried it out and it's all green: Screenshot 2024-07-12 at 9 39 26 AM