Skip to content

Commit

Permalink
tests: drivers: gpio: Add a dependency to the aw9523b tests.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
soburi authored and kartben committed Dec 14, 2024
1 parent e4dd3ba commit 3046495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/drivers/gpio/gpio_api_1pin/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ tests:
- gpio
- arduino_gpio
- i2c
- arduino_i2c
min_flash: 48
harness_config:
fixture: aw9523b_on_arduino_header
Expand Down
1 change: 1 addition & 0 deletions tests/drivers/gpio/gpio_basic_api/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3046495

Please sign in to comment.