msimpson80
msimpson80
Obviously in the example above i can just add my define in project.yml, but in my actual use case I have multple hardware variants, and will have different mixins for...
I see from the documentation this is expected: > Ceedling only recognizes a :mixins section in your base project configuration file. A :mixins section in a mixin is ignored. In...
Thanks for the reply - I thought those might have been the issues you would face. And I definitely appreciate removal of some of the more problematic features in order...
I guess this should probably be an issue ont he Cmock project instead... Something like this did the job for me. Doesnt print anything useful out, but I can at...
Ah, Something like: ``` :pre_test_fixture_execute: :executable: valgrind :arguments: - ${1} :logging: TRUE ```
Is there anyway to make it _not_ run the test binary seperately? Or, for preference a way to just provide a wrapper to the test executable without doing a pre_test_fixture...
Using: ``` :pre_test_fixture_execute: :executable: valgrind :arguments: - ${1} :logging: TRUE ``` Fails: ``` Running Command Hook :pre_test_fixture_execute... 🪲 ERROR: Exception raised in plugin `command_hooks` within build hook :pre_test_fixture_execute 🧨 EXCEPTION:...