Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
e9ee3e6a3ed2afd17963e2cfcd1b5830f0a19c96
/
.
/
aos
/
testing
/
aos.rs
blob: b9e4264d4c4e04028e4016c83d2e4f0763699e0b [
file
] [
log
] [
blame
]
// Reexport all of the [`aos`] crate
pub
use
aos
::*;
/// Utilities for testing an AOS application.
pub
mod
testing
{
pub
use
aos_test_init
as
init
;
pub
use
aos_testing_path
as
path
;
}