aboutsummaryrefslogtreecommitdiff
path: root/src/garage/tests/common/ext/mod.rs
diff options
context:
space:
mode:
authorJill <kokakiwi@deuxfleurs.fr>2022-02-02 15:35:52 +0100
committerJill <kokakiwi@deuxfleurs.fr>2022-02-02 15:35:52 +0100
commit539b25652502693fed311699829f3bd28e604aa5 (patch)
tree031fb891d26630c87beca6f7ac67d21c65f6d440 /src/garage/tests/common/ext/mod.rs
parentf67029ce2af2f8870836d5bb908254d7fdbbe71b (diff)
downloadgarage-539b25652502693fed311699829f3bd28e604aa5.tar.gz
garage-539b25652502693fed311699829f3bd28e604aa5.zip
tests: Add garage integration tests (base)
Diffstat (limited to 'src/garage/tests/common/ext/mod.rs')
-rw-r--r--src/garage/tests/common/ext/mod.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/garage/tests/common/ext/mod.rs b/src/garage/tests/common/ext/mod.rs
new file mode 100644
index 00000000..6090dd96
--- /dev/null
+++ b/src/garage/tests/common/ext/mod.rs
@@ -0,0 +1,3 @@
+pub use process::*;
+
+mod process;