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
I'm trying to compile this, to use with Catch2 C++ unit test framework.
I'm getting errors with typedefs of structs with the same name. I got someway to resolving those by adding _t to the typedef names and changing code where used.
Is Mimick designed to be used with C++?
Note the source code I'm testing is written in C, but the test framework is C++
The head of my meson.build file has the following (for reference).
I'm trying to compile this, to use with Catch2 C++ unit test framework.
I'm getting errors with typedefs of structs with the same name. I got someway to resolving those by adding
_t
to the typedef names and changing code where used.Is Mimick designed to be used with C++?
Note the source code I'm testing is written in C, but the test framework is C++
The head of my
meson.build
file has the following (for reference).The text was updated successfully, but these errors were encountered: