Jakub Czapiga has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/70107 )
Change subject: tests/Makefile.common: Allow to disable test framework with parameter ......................................................................
tests/Makefile.common: Allow to disable test framework with parameter
Test framework can be used as a base for other test-like utilities - for example look at screenshoot utility in depthcharge. Sometimes CMocka is not required and even makes things problematic. Thanks to this patch one can set -no_test_framework parameter to instruct framework not to include and link selected test against CMocka library.
Signed-off-by: Jakub Czapiga jacz@semihalf.com Change-Id: I01dc7c6c50e6ae2f7f71bd6752c2d5f2cc7c3cdc --- M tests/Makefile.common 1 file changed, 24 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/70107/2