Attention is currently required from: Jakub Czapiga, Julius Werner, Jan Dabros. Hello build bot (Jenkins), Patrick Georgi, Paul Fagerburg, Julius Werner, Jan Dabros,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/52937
to look at the new patch set (#3).
Change subject: tests: Enable config override for tests ......................................................................
tests: Enable config override for tests
Some tests require to change kconfig symbols values to cover the code. This patch enables one to set these vaues using <test-name>-config variable.
Example for integer values. timestamp-test-config += CONFIG_HAVE_MONOTONIC_TIMER=1
Example for string values. Notice escaped quotes. spd_cache-test-config += CONFIG_SPD_CACHE_FMAP_NAME="SPD_CACHE_FMAP_NAME"
Signed-off-by: Jakub Czapiga jacz@semihalf.com Change-Id: I1aeb78362c2609fbefbfd91c0f58ec19ed258ee1 --- M tests/Makefile.inc 1 file changed, 18 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/37/52937/3