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:
Henrik Brix Andersen 2022-10-26 11:27:16 +02:00 committed by Marti Bolivar
parent f30a5969d0
commit 10c37a3ab4

View file

@ -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
***********************