# CMake Targets ## reports Generates the overall variant report. **Output path:** `build//test/Debug/reports/html/index.html` ## unittests Runs all unit tests for the given variant. **Output paths:** - Unit test results (JUnit XML): `build//test/Debug//junit.xml` - Coverage report: `build//test/Debug//reports/coverage/index.html` (component_cmake_targets)= ## \_report Generate component report with full traceability between documentation, code and tests. **Output path:** `build//test/Debug//reports/html/index.html` ## \_unittests Runs the unit tests for the given component. **Output paths:** - Unit test results (JUnit XML): `build//test/Debug//junit.xml` - Coverage report: `build//test/Debug//reports/coverage/index.html`