garage/src/garage/tests/lib.rs

9 lines
90 B
Rust

#[macro_use]
mod common;
mod admin;
mod bucket;
#[cfg(feature = "k2v")]
mod k2v;
mod s3;