Name of user not set #1003143 has uploaded a new patch set (#5) to the change originally created by Jan Dabros. ( https://review.coreboot.org/c/coreboot/+/44669 )
Change subject: tests: Add lib/imd-test test case ......................................................................
tests: Add lib/imd-test test case
Implement unit tests for src/lib/imd.c module.
Make IMD private structures definitions accessible by other units.
To test IMD API correctness there is a need to access its internal structure. It is only possible when private implementation is visible in testing scope.
Signed-off-by: Jakub Czapiga jacz@semihalf.com Signed-off-by: Anna Karas aka@semihalf.com Signed-off-by: Jan Dabros jsd@semihalf.com Change-Id: I9d3ab45c3da2a21c910f52a84526b60c39ff1fe7 --- M tests/lib/Makefile.inc A tests/lib/imd-test.c 2 files changed, 766 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/69/44669/5