Ceedling icon indicating copy to clipboard operation
Ceedling copied to clipboard

unique CMock settings per mock

Open meowFlute opened this issue 5 months ago • 0 comments

I have been trying to determine if there is a way to do this for a number of hours, so forgive me if there is.

I would like to be able to specify unique CMock settings in the project.yml for specific mocks.

Something like

:cmock:
  :setting_1: foo
  :setting_2: bar
  :header_1:
    :setting_1: baz

Where for mock_header_1.h setting_1 would be overridden from foo to baz. This would allow for mock-specific configuration of header files, inline inclusion, etc.

meowFlute avatar Aug 13 '25 17:08 meowFlute