Fix tests
v2:
Fix tests
Done in v2
8550eb5dd5
gadget: fix create_existing_gadget test
8a53ebdf91
udc: fix load_udc test
120b84afb7
src: point ignored tests towards ./scripts/run-tests
5384c2cb0c
scripts: add simple test runner
1da89c9bd4
src: remove executable bit from *.rs
cargo fmt
We just added Clippy which already has some formatting stuff
Run full test suite in CI
One way to do it would be publishing a docker image and use that, prebuild with the kernel.
Run full test suite in CI
Fix tests
cargo fmt
15d03fee8c
gadget: fix create_existing_gadget test
f9e865acbd
udc: fix load_udc test
a1b40b91f1
src: point ignored tests towards ./scripts/run-tests
75417739be
scripts: add simple test runner
523add460b
src: remove executable bit from *.rs
d035fc7677
CHANGELOG: document changes
6f928c206d
src: service: fix rc-service path
24ed0b8c8e
cargo: add license metadata
24ed0b8c8e
cargo: add license metadata
cargo: add license metadata
19883c5e81
cargo: add license metadata
Detect cable status
If you're planning to do dbus server reshuffling, I wonder what you think about using zbus instead? :)
mocking: search for libqrtr in lib64
Done in v2 👍
mocking: search for libqrtr in lib64
v2: collapse early bailout conditions in SSCMockingServer.__init__