1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/rust_minimal
chrysn 1e7ac17e07 doc/rust: Migrate and modernize text from rust_minimal README
This is a rewrite of text that has come to be quite outdated, pulled
into the central location for information about RIOT's Rust integration.
2022-06-15 00:01:27 +02:00
..
src rust: Add minimal test 2021-12-16 13:29:30 +01:00
tests rust: Add minimal test 2021-12-16 13:29:30 +01:00
Cargo.lock rust: Update versions 2022-06-08 17:59:44 +02:00
Cargo.toml tests/rust: Run minimal test on stable Rust 2022-04-07 09:58:25 +02:00
Makefile tests/rust: Run minimal test on stable Rust 2022-04-07 09:58:25 +02:00
README.md doc/rust: Migrate and modernize text from rust_minimal README 2022-06-15 00:01:27 +02:00

Test description

This test ensures that code produced through Rust can actually run; it does that by simply printing "SUCCESS".