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
declaring mock in two different modules throws a multiple definition error. I imagine that redefining these as static will do the trick.
the implementation of generate_mock_linker_flags.sh is a little hacky. Rather than pipe test files in, we could have the scripts grep the directory for *_test.c files and then grep for SIMULACRUM(.
The text was updated successfully, but these errors were encountered:
*_test.c files
and then grep forSIMULACRUM(
.The text was updated successfully, but these errors were encountered: