mirror of https://github.com/thesofproject/sof.git
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:
parent
672d0e5d55
commit
ba070748c4
|
@ -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
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
CONFIG_METEORLAKE=y
|
Loading…
Reference in New Issue