Barrie Duncan

Results 3 comments of Barrie Duncan

I have the exact same issue. I assume it is due to the way the scanning works. My example is: ~~~c switch (_pwm.state) { case PWM_INIT_ST: if (sanity_checks_OK()) { do_stuff();...

Any update on this? I've testing on: ~~~ Ceedling:: 0.28.2 CException:: 1.3.1.18 CMock:: 2.4.4.215 Unity:: 2.4.1.120 ~~~ Before any changes: -------------------- OVERALL TEST SUMMARY -------------------- TESTED: 200 PASSED: 199 FAILED:...

@DPastl did you try: ~~~ :project: :compile_threads: 1 :test_threads: 4 ~~~ This doesn't have the problem you were having of the mocks being rewritten mid compile since the compiling is...