ztest: mock: Remove unused mocking dependency from BT ctrl_hci
The BT ctrl_hci test was enabling ztest mocking but never using it. Signed-off-by: Yuval Peress <peress@google.com>
This commit is contained in:
parent
8cf0feb3e2
commit
2b828f2af7
|
@ -2,5 +2,3 @@ CONFIG_TEST=y
|
|||
CONFIG_ZTEST=y
|
||||
CONFIG_ZTEST_ASSERT_VERBOSE=1
|
||||
CONFIG_ZTEST_STACK_SIZE=4096
|
||||
CONFIG_ZTEST_MOCKING=y
|
||||
CONFIG_ZTEST_PARAMETER_COUNT=32
|
||||
|
|
Loading…
Reference in New Issue