Skip to content

: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 :mixins section is only recognized within a base project configuration file. Any :mixins sections within mixin files are ignored.
  • A :mixins section 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 from ceedling dumpconfig.
  • A :mixins section supports inline Ruby string expansion. See the full documetation on Mixins for details.