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

mod admin;
mod bucket;

mod s3;

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