Skip to content

Commit ba07074

Browse files
singalsulgirdwood
authored andcommitted
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>
1 parent 672d0e5 commit ba07074

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/run-mocks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ EOF
2424
parse_opts()
2525
{
2626
# default config if none supplied
27-
CONFIG="imx8_defconfig"
27+
CONFIG="unit_test_defconfig"
2828
VALGRIND_CMD=""
2929

3030
while getopts "vc:" flag; do
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_METEORLAKE=y

0 commit comments

Comments
 (0)