You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feel free to cherry pick commits from #13 -- I don't know if these 100% work, but I expect they'd at least let you compile.
I don't see any reason why mimick wouldn't work with C++ functions. Are you making sure the functions you're trying to mock are 1) not class methods and 2) that you're using mangled names when installing the mock (or marking the functions themselves extern "C"?)
When I try, I get compile errors of the type
In C++ the type names have to be disambiguated, such as
mmk_stub_t
, and so on.The text was updated successfully, but these errors were encountered: