]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
oeqa/sdk: Add basic rust cargo test
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 20 Jul 2022 19:06:01 +0000 (16:06 -0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Jul 2022 10:07:11 +0000 (11:07 +0100)
commitd0cfe587bc897e79ef01805cc9a42fbca28c883c
tree12fc86269974c4f88b6fc8b39ae325ff21bfe574
parentf8edeead263708889d31a7ff578ef8274cb678b4
oeqa/sdk: Add basic rust cargo test

Add a QA test to the SDK to test that a basic cargo build works.

[RP: Tweaked to work for multilibs and updated to match toolchain changes]

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/sdk/cases/rust.py [new file with mode: 0644]
meta/lib/oeqa/sdk/files/rust/hello/Cargo.toml [new file with mode: 0644]
meta/lib/oeqa/sdk/files/rust/hello/src/main.rs [new file with mode: 0644]