-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
We should definitely have unit tests in this repo.
I suggest to use Catch2, like in YARP.
Another very useful improvement for such a library would be to have a CMake module to add a unit test that should not build (for example because we added some static assert for that)
This is very important because this helps moving issue detection at build time instead of at run time.
I suggest to add such a module to YCM.
traversaro