garage/src/garage/tests/lib.rs

10 lines
101 B
Rust
Raw Normal View History

#[macro_use]
mod common;
2022-02-09 15:40:05 +00:00
mod bucket;
mod list;
mod multipart;
mod objects;
mod simple;
2022-02-09 15:40:05 +00:00
mod website;