aboutsummaryrefslogtreecommitdiff
path: root/test/valgrind.supp
AgeCommit message (Collapse)AuthorFilesLines
2021-03-25re-work unit test mocking (#400)John Levon1-0/+9
Instead of trying to use the linker's --wrap, which just led to more problems when we want to call the real function, we'll add two defines, MOCK_DEFINE() and MOCK_DECLARE(), that behave differently when building the unit tests, such that all wrapped functions are picked up from test/mocks.c instead, regardless of compilation unit. Signed-off-by: John Levon <john.levon@nutanix.com> Reviewed-by: Thanos Makatos <thanos.makatos@nutanix.com>