tests: add test cases for gpiofind
authorBartosz Golaszewski <bartekgola@gmail.com>
Fri, 9 Jun 2017 07:42:04 +0000 (09:42 +0200)
committerBartosz Golaszewski <bartekgola@gmail.com>
Fri, 9 Jun 2017 08:50:43 +0000 (10:50 +0200)
commit5c70c6e184287dcbd3cd017ef07f5bded20f853d
tree3ebab2cda038e147d1b09fae1667a241bb200af1
parent190555c3bc86989e785fce6c21af6f3f6b2fa572
tests: add test cases for gpiofind

Verify the correct behavior of gpiofind in two cases: when it can find
a GPIO line by name and when the requested line doesn't exist.

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
tests/Makefile.am
tests/tests-gpiofind.c [new file with mode: 0644]