Skip to content

Commit 3046495

Browse files
soburikartben
authored andcommitted
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 <[email protected]>
1 parent e4dd3ba commit 3046495

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/drivers/gpio/gpio_api_1pin/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ tests:
1919
- gpio
2020
- arduino_gpio
2121
- i2c
22+
- arduino_i2c
2223
min_flash: 48
2324
harness_config:
2425
fixture: aw9523b_on_arduino_header

tests/drivers/gpio/gpio_basic_api/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ tests:
100100
- gpio
101101
- arduino_gpio
102102
- i2c
103+
- arduino_i2c
103104
harness_config:
104105
fixture: aw9523b_on_arduino_header
105106
filter: dt_compat_enabled("test-gpio-basic-api") and dt_compat_enabled("arduino-header-r3") and

0 commit comments

Comments
 (0)