-
New Feature
-
Resolution: Done
-
High
-
None
-
None
-
None
Add support for gtest unit testing in root cmake, thus enabling it for all the project.
Tests will be enable with the cmake configuration parameter -DBUILD_TESTS=ON,
and a new target called `test` will be generated.
Then it will be possible to run `make test` to run all the tests in the project.