You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2024. It is now read-only.
We ensure the basic level of integrity by automatically building all repositories several times a day and running unit-tests. This can eliminate the following errors:
General compilation errors caused by syntax errors, missing includes, wrong include paths.
Missing files that are available locally but not checked into the repo.
Hardcoded local paths for files required for build-tests.
Depending on the unit-test coverage, this checks the correct functioning of the software.
Gtest
We use gtest (install from Ubuntu packages) for unit tests. In catkin and catkin simple, google-tests can be simply added as follows: