native_posix: Add gpio to supported list

Add gpio to supported list in native_posix boards so that the gpio tests
with the gpio_emul will run in twister.

Signed-off-by: Jeremy Bettis <jbettis@google.com>
This commit is contained in:
Jeremy Bettis 2021-11-11 08:50:14 -07:00 committed by Christopher Friedt
commit 77550d05a3
2 changed files with 2 additions and 0 deletions

View file

@ -14,5 +14,6 @@ supported:
- adc
- i2c
- spi
- gpio
testing:
default: true

View file

@ -12,3 +12,4 @@ supported:
- netif:eth
- usb_device
- adc
- gpio