tests: use GLib for library test cases and bats for gpio-tools
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Fri, 7 Jun 2019 12:30:57 +0000 (14:30 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 1 Aug 2019 15:31:31 +0000 (17:31 +0200)
commit9c5a6f31ebff6de4c4745bd18795585e51c24c74
tree8d9a4eaa29982cbfb3ef2dd9f6b281602a7492a3
parentc8437f94d3515d32a837f376cecd521eee268836
tests: use GLib for library test cases and bats for gpio-tools

This replaces the custom hand-crafted testing suite with well-known
open-source tools while keeping the same coverage. The core library
is now tested using the GLib unit testing framework. The gpio-tools
are now tested in bash using the bats testing system instead of being
invoked from a C program.

This simplifies and shrinks the testing code and makes it less prone
to bugs.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
19 files changed:
TODO
configure.ac
tests/Makefile.am
tests/gpiod-test.c
tests/gpiod-test.h
tests/tests-chip.c
tests/tests-ctxless.c
tests/tests-event.c
tests/tests-gpiodetect.c [deleted file]
tests/tests-gpiofind.c [deleted file]
tests/tests-gpioget.c [deleted file]
tests/tests-gpioinfo.c [deleted file]
tests/tests-gpiomon.c [deleted file]
tests/tests-gpioset.c [deleted file]
tests/tests-iter.c
tests/tests-line.c
tests/tests-misc.c
tools/Makefile.am
tools/gpio-tools-test.bats [new file with mode: 0755]