tools: tests: run the bats script indirectly from a shell script
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 6 Aug 2019 15:01:53 +0000 (17:01 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 6 Aug 2019 15:47:11 +0000 (17:47 +0200)
commitf52e12eafd17eba51fadd12b33e00fea31d31d83
tree76dfee4daa579d0c92587ac834410b056d941d2d
parent2d3723aa009ebdf173d674585cc089e05709503a
tools: tests: run the bats script indirectly from a shell script

Bats makes it very difficult to run some initial code once, perform
checks for requirements and optionally exit if they are not satisfied.

Instead of working around it in the .bats script, just create
a separate shell script that does all the initial checks and then
execs the actual bats test-suite.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
tools/Makefile.am
tools/gpio-tools-test.bats [changed mode: 0755->0644]
tools/gpio-tools-test.sh [new file with mode: 0755]