BUPT-OS / RROS

RROS is a dual-kernel OS for satellites or other scenarios that need both real-time and general-purpose abilities. RROS = RTOS (Rust) + Linux (C).
https://bupt-os.github.io/website/
Other
567 stars 40 forks source link

rust: Kconfig: add config for RROS tests #59

Closed JiajunDu closed 1 month ago

JiajunDu commented 1 month ago

Make the RROS tests configurable to avoid the default execution of the tests during system startup, which causes the system startup to take too long time.

This PR is intended to solve https://github.com/BUPT-OS/RROS/issues/56.