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

Handle const and pointer arguments and return types #14

Closed mchernosky closed 6 years ago

mchernosky commented 6 years ago

Fixes issues with constant and pointer arguments and return types. Fixes #11 and #3 .