-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
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).
project('foo-test', 'cpp', 'c',
version : '0.1',
default_options : ['warning_level=3', 'cpp_std=c++17', 'c_std=c17']
# default_options : ['warning_level=everything', 'cpp_std=c++17', 'c_std=c17']
)Metadata
Metadata
Assignees
Labels
No labels