diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-03-07 17:30:46 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-03-07 17:32:07 +0100 |
commit | c00b2c9948bc686a5f33805a5cc4295c933a723a (patch) | |
tree | 673e072bd51397686daf82fd527b2e03f534daa8 /src/garage/tests/lib.rs | |
parent | 8df1e186decdfcc2e59512acda5c09b8162b7b64 (diff) | |
download | garage-c00b2c9948bc686a5f33805a5cc4295c933a723a.tar.gz garage-c00b2c9948bc686a5f33805a5cc4295c933a723a.zip |
Functional tests for admin commandstests/port-integration
Diffstat (limited to 'src/garage/tests/lib.rs')
-rw-r--r-- | src/garage/tests/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/garage/tests/lib.rs b/src/garage/tests/lib.rs index ba614cf8..9d7e4322 100644 --- a/src/garage/tests/lib.rs +++ b/src/garage/tests/lib.rs @@ -1,6 +1,7 @@ #[macro_use] mod common; +mod admin; mod bucket; mod list; mod multipart; |