From 997939e44aabf70672ddb4439166e1afc1fed445 Mon Sep 17 00:00:00 2001 From: Tristan Honscheid Date: Mon, 4 Oct 2021 14:21:05 -0600 Subject: zephyr: increase ztest mock parameter limit We need to increase this limit to accommodate an upcoming test that uses more than 5 parameters to a mocked function. BUG=b:200589041 BRANCH=None TEST=zmake configure --test zephyr/test/drivers Change-Id: I57f908fb7abb7c4c148758216bf00ff317e9c46a Signed-off-by: Tristan Honscheid Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3203150 Reviewed-by: Aaron Massey --- zephyr/test/drivers/prj.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zephyr/test/drivers/prj.conf b/zephyr/test/drivers/prj.conf index a3bceeb58c..ccbef7aa7c 100644 --- a/zephyr/test/drivers/prj.conf +++ b/zephyr/test/drivers/prj.conf @@ -9,7 +9,7 @@ CONFIG_ZTEST=y CONFIG_ZTEST_ASSERT_VERBOSE=1 CONFIG_ZTEST_MOCKING=y -CONFIG_ZTEST_PARAMETER_COUNT=5 +CONFIG_ZTEST_PARAMETER_COUNT=24 CONFIG_PLATFORM_EC=y CONFIG_CROS_EC=y CONFIG_SHIMMED_TASKS=y -- cgit v1.2.1