bindings: rust: Add tests for libgpiod crate
authorViresh Kumar <viresh.kumar@linaro.org>
Fri, 18 Nov 2022 10:44:41 +0000 (16:14 +0530)
committerBartosz Golaszewski <brgl@bgdev.pl>
Mon, 21 Nov 2022 19:05:54 +0000 (20:05 +0100)
commit548632b6d4c16cb38b619c418782aa183a70d4c9
tree8d8c013621a1155cd51f26c3bf7b658d4372ad55
parent03b8fcb81482d7b5fb823b39b8ce27722ef407f6
bindings: rust: Add tests for libgpiod crate

Add tests for the rust bindings, quite similar to the ones in cxx
bindings.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Kent Gibson <warthog618@gmail.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
bindings/rust/libgpiod/Cargo.toml
bindings/rust/libgpiod/tests/chip.rs [new file with mode: 0644]
bindings/rust/libgpiod/tests/common/config.rs [new file with mode: 0644]
bindings/rust/libgpiod/tests/common/mod.rs [new file with mode: 0644]
bindings/rust/libgpiod/tests/edge_event.rs [new file with mode: 0644]
bindings/rust/libgpiod/tests/info_event.rs [new file with mode: 0644]
bindings/rust/libgpiod/tests/line_config.rs [new file with mode: 0644]
bindings/rust/libgpiod/tests/line_info.rs [new file with mode: 0644]
bindings/rust/libgpiod/tests/line_request.rs [new file with mode: 0644]
bindings/rust/libgpiod/tests/line_settings.rs [new file with mode: 0644]
bindings/rust/libgpiod/tests/request_config.rs [new file with mode: 0644]