ElectronVector / fake_function_framework

A plug-in for Ceedling to use the Fake Function Framework (fff) for mocking instead of Cmock.
MIT License
36 stars 13 forks source link

Fix when using extra argument to ceedling #23

Closed mchernosky closed 3 years ago

mchernosky commented 3 years ago

When using the verbosity or options argument with ceedling at the command line, ceedling will reset either the mock generator or the include paths between steps of the test process. This forces those items to be set at each stage of the test run so that these arguments now work.