tests: drivers: gpio: Add a dependency to the aw9523b tests.
To avoid compilation on boards that do not have arduino_i2c defined, we will clarify that it is dependent on it. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
This commit is contained in:
parent
e4dd3baa66
commit
3046495df1
2 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@ tests:
|
|||
- gpio
|
||||
- arduino_gpio
|
||||
- i2c
|
||||
- arduino_i2c
|
||||
min_flash: 48
|
||||
harness_config:
|
||||
fixture: aw9523b_on_arduino_header
|
||||
|
|
|
@ -100,6 +100,7 @@ tests:
|
|||
- gpio
|
||||
- arduino_gpio
|
||||
- i2c
|
||||
- arduino_i2c
|
||||
harness_config:
|
||||
fixture: aw9523b_on_arduino_header
|
||||
filter: dt_compat_enabled("test-gpio-basic-api") and dt_compat_enabled("arduino-header-r3") and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue