Actions
Feature #385
closedUpgrade unit test mocks for hwaccess functions
Start date:
06/01/2022
Due date:
% Done:
100%
Estimated time:
Affected versions:
Needs backport to:
Affected hardware:
Affected OS:
Description
hwaccess functions used to be static inline functions and needed a special treatment so that they could be mocked for unit tests.
This has changed, see include/hwaccess_x86_io.h now the functions are not static inline anymore, and it should be possible to use regular cmocks wraps for them.
Actions