tests: drivers: can: stm32: filter out boards without st,stm32-can

Filter out boards without st,stm32-can compatibles enabled in their
devicetree in the stm32-specific CAN driver test.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
Henrik Brix Andersen 2022-01-15 19:14:40 +01:00 committed by Anas Nashif
commit dc7903c0dc

View file

@ -2,3 +2,4 @@ tests:
drivers.can.stm32:
tags: driver can
depends_on: can
filter: dt_compat_enabled("st,stm32-can")