doc: develop: test: ztest: list FFF-based fake drivers
List the FFF-based fake drivers present in Zephyr. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
f30a5969d0
commit
10c37a3ab4
|
@ -489,6 +489,11 @@ following in your source::
|
|||
|
||||
#include <zephyr/fff.h>
|
||||
|
||||
Zephyr provides several FFF-based fake drivers which can be used as either stubs or mocks. Fake
|
||||
driver instances are configured via :ref:`devicetree` and :ref:`kconfig`. See the following
|
||||
devicetree bindings for more information:
|
||||
|
||||
- :dtcompatible:`zephyr,fake-can`
|
||||
|
||||
Customizing Test Output
|
||||
***********************
|
||||
|
|
Loading…
Reference in a new issue