garage/src/garage/tests/lib.rs

11 lines
92 B
Rust

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