Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a4fa3e2d8dd5c0d96d0d9c41a7f47e91e61e1998
/
.
/
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
;
}