zephyr/tests/drivers/can/api/prj.conf
Alexander Wachter 4b722b0efc tests: driver: can: api: Enhanced tests to check dispatching
This commit enhances the CAN API test. In the send_receive tests,
we are using two filters and frames at the same time to check
if the frame gets dispatched to the correct filter.

Signed-off-by: Alexander Wachter <alexander@wachter.cloud>
2021-05-07 12:36:10 -05:00

4 lines
49 B
Plaintext

CONFIG_CAN=y
CONFIG_CAN_FD_MODE=n
CONFIG_ZTEST=y