summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJakub Czapiga <jacz@semihalf.com>2022-11-25 15:02:44 +0100
committerMartin L Roth <gaumless@gmail.com>2022-12-17 20:31:38 +0000
commitab0686109e6c4e65740665b0ee5d96d1a43db11e (patch)
tree2d93a82ac3fcb78fc2dbf9c19ed95ab18b70b593 /tests
parent3088e43a5afb27e678c71f86f09edcd5fe71f471 (diff)
downloadcoreboot-ab0686109e6c4e65740665b0ee5d96d1a43db11e.tar.gz
coreboot-ab0686109e6c4e65740665b0ee5d96d1a43db11e.tar.bz2
coreboot-ab0686109e6c4e65740665b0ee5d96d1a43db11e.zip
tests/Makefile.common: Allow to override tests defconfig
Some tools based on test framework might require defconfig other than one set in tests framework. Signed-off-by: Jakub Czapiga <jacz@semihalf.com> Change-Id: If53b9a54ef7389dd979dfe772e6946439f7d6a62 Reviewed-on: https://review.coreboot.org/c/coreboot/+/70109 Reviewed-by: Jan Dabros <jsd@semihalf.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.common b/tests/Makefile.common
index 8277d5f0575f..8cb39a098821 100644
--- a/tests/Makefile.common
+++ b/tests/Makefile.common
@@ -18,7 +18,7 @@ CMAKE := cmake
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