blob: b9e4264d4c4e04028e4016c83d2e4f0763699e0b [file] [log] [blame]
Adam Snaidercc622812023-11-07 17:59:27 -08001// Reexport all of the [`aos`] crate
2pub use aos::*;
3
4/// Utilities for testing an AOS application.
5pub mod testing {
6 pub use aos_test_init as init;
James Kuszmaul1cd3c2b2024-05-21 17:08:10 -07007 pub use aos_testing_path as path;
Adam Snaidercc622812023-11-07 17:59:27 -08008}