bindings: cxx: add a workaround for --success run
authorAlexander Stein <alexander.stein@mailbox.org>
Wed, 7 Aug 2019 19:51:32 +0000 (21:51 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Fri, 9 Aug 2019 06:48:26 +0000 (08:48 +0200)
commit2967e9455694defafe616c3c38149408c915b61f
tree1611b35655ebe90eb53d16acc6666f09dc4fbf7a
parent0226d42883a4d5090191eb9c769c8ddc40fc9c65
bindings: cxx: add a workaround for --success run

If run with --success, all expressions are evaluated and printed out.
But REQUIRE_FALSE(chip) tries to iterate over the chip resulting in this
backtrace:

[...]

Work around this by forcing catch2 to call gpiod::chip::operator bool().

Signed-off-by: Alexander Stein <alexander.stein@mailbox.org>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
bindings/cxx/tests/tests-chip.cpp