:mixins
Configuring your project by merging more configuration
Mixins allow you to merge configuration with your project configuration just after the base project file is loaded.
This project configuration section is documented extensively in the discussion of project files and mixins.
Notes
- A
:mixinssection is only recognized within a base project configuration file. Any:mixinssections within mixin files are ignored. - A
:mixinssection in a Ceedling configuration is entirely filtered out of the resulting configuration. That is, it is unavailable for use by plugins and will not be present in any output fromceedling dumpconfig. - A
:mixinssection supports inline Ruby string expansion. See the full documetation on Mixins for details.