Attention is currently required from: Jakub Czapiga, Jan Dabros. Hello build bot (Jenkins), Julius Werner, Jan Dabros,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/56719
to look at the new patch set (#3).
Change subject: tests/Makefile.inc: Add function wrapping mechanism ......................................................................
tests/Makefile.inc: Add function wrapping mechanism
This patch extends mocks functionality to allowing wrapping of mocked functions. Original function name will be prefixed with `__real_`. Example: - Mocked function: cbfs_lookup() - New function name: __real_cbfs_lookup() - Mock name: cbfs_lookup()
Signed-off-by: Jakub Czapiga jacz@semihalf.com Change-Id: I7cd0d66a17029955cbf75c8b155a7ebb7f5513aa --- M tests/Makefile.inc 1 file changed, 12 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/19/56719/3