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