aboutsummaryrefslogtreecommitdiff
path: root/src/garage/tests/lib.rs
blob: e450baacc9d180f1a11f2be4160b9f5ff9df6ba9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#[macro_use]
mod common;

mod admin;
mod bucket;

mod s3;

#[cfg(feature = "k2v")]
mod k2v;
#[cfg(feature = "k2v")]
mod k2v_client;