Ceedling
Ceedling copied to clipboard
unique CMock settings per mock
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.