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:
parent
71525b9c21
commit
dc7903c0dc
1 changed files with 1 additions and 0 deletions
|
@ -2,3 +2,4 @@ tests:
|
|||
drivers.can.stm32:
|
||||
tags: driver can
|
||||
depends_on: can
|
||||
filter: dt_compat_enabled("st,stm32-can")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue