Test: Cmocka: Create new platform unit_test_defconfig

This patch adds to unit tests platform unit_test to be able
to add new Kconfig enables without altering configuration of
of other production platforms.

The used platform for the purpose is MTL to be able to unit
test code for HiFi4. Components/features to test can be
freely added to unit_test_defconfig.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
Seppo Ingalsuo 2024-11-12 15:18:24 +02:00 committed by Liam Girdwood
parent 672d0e5d55
commit ba070748c4
2 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,7 @@ EOF
parse_opts() parse_opts()
{ {
# default config if none supplied # default config if none supplied
CONFIG="imx8_defconfig" CONFIG="unit_test_defconfig"
VALGRIND_CMD="" VALGRIND_CMD=""
while getopts "vc:" flag; do while getopts "vc:" flag; do

View File

@ -0,0 +1 @@
CONFIG_METEORLAKE=y