selftests: gpio: add test cases for gpio-sim
authorBartosz Golaszewski <brgl@bgdev.pl>
Mon, 13 Dec 2021 12:43:14 +0000 (13:43 +0100)
committerBartosz Golaszewski <brgl@bgdev.pl>
Fri, 17 Dec 2021 11:26:13 +0000 (12:26 +0100)
commit1d96b8f635d98748e251e8e9625cf42d81514425
tree07d4e68799a0f0696a55e6a78512c5d43da64cf0
parentb2bb90c80a3e9ba6d479aaf130277d6f96a87161
selftests: gpio: add test cases for gpio-sim

Add a set of tests for the new gpio-sim module. This is a pure shell
test-suite and uses the helper programs available in the gpio selftests
directory. These test-cases only test the functionalities exposed by the
gpio-sim driver, not those handled by core gpiolib code.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
tools/testing/selftests/gpio/Makefile
tools/testing/selftests/gpio/config
tools/testing/selftests/gpio/gpio-sim.sh [new file with mode: 0755]