Jakub Czapiga has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/70109 )
Change subject: tests/Makefile.common: Allow to override tests defconfig ......................................................................
tests/Makefile.common: Allow to override tests defconfig
Some tools based on test framework might might require defconfig other than tests default one.
Signed-off-by: Jakub Czapiga jacz@semihalf.com Change-Id: If53b9a54ef7389dd979dfe772e6946439f7d6a62 --- M tests/Makefile.common 1 file changed, 14 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/70109/1
diff --git a/tests/Makefile.common b/tests/Makefile.common index 8a4bc9a..cda7bf5 100644 --- a/tests/Makefile.common +++ b/tests/Makefile.common @@ -18,7 +18,7 @@ OBJCOPY ?= objcopy OBJDUMP ?= objdump
-TEST_DEFAULT_CONFIG := $(top)/configs/config.emulation_qemu_x86_i440fx +TEST_DEFAULT_CONFIG ?= $(top)/configs/config.emulation_qemu_x86_i440fx TEST_DOTCONFIG := $(testobj)/.config TEST_KCONFIG_AUTOHEADER := $(testobj)/config.src.h TEST_KCONFIG_AUTOCONFIG := $(testobj)/auto.conf