Lines Matching full:integration
29 - Debugger integration
197 well as the module integration testing are successful.
324 All Zephyr modules should provide some level of **integration** testing,
325 ensuring that the integration with Zephyr works correctly.
326 Integration tests:
339 default manifest, shall provide some level of integration testing.
344 on target platforms, so they do not need to provide integration tests.
346 The purpose of integration testing is not to provide functional verification
452 Module integration files (in-module)
480 Build system integration
579 Module integration files (external)
582 Module integration files can be located externally to the Zephyr module itself.
583 The ``MODULE_EXT_ROOT`` variable holds a list of roots containing integration
586 Module integration files in Zephyr
602 Module integration files in a custom location
631 This allows you to overrule any integration files under
636 integration files for Zephyr modules via specifically named CMake variables.
664 Module integration files (zephyr/module.yml)