Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
cc62281f023fe3b6d58e1547d4774624234c3077
/
.
/
aos
/
testing
/
aos.rs
blob: 6c7795decf0b2e9fad7c8ef35160b9d8543cfa8b [
file
] [
log
] [
blame
]
Adam Snaider
cc62281
2023-11-07 17:59:27 -0800
[
diff
] [
blame^
]
1
// Reexport all of the [`aos`] crate
2
pub
use
aos
::*;
3
4
/// Utilities for testing an AOS application.
5
pub
mod
testing
{
6
pub
use
aos_test_init
as
init
;
7
}