From 1eac97eea4ec0bcef0be061a2cba93a584355283 Mon Sep 17 00:00:00 2001 From: Chuyan Zhang Date: Thu, 30 Nov 2023 02:15:06 -0800 Subject: Add real disk i/o, add mkfs.aya (not yet implemented) --- ayafs/src/tests/mod.rs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ayafs/src/tests/mod.rs (limited to 'ayafs/src/tests/mod.rs') diff --git a/ayafs/src/tests/mod.rs b/ayafs/src/tests/mod.rs new file mode 100644 index 0000000..df442c1 --- /dev/null +++ b/ayafs/src/tests/mod.rs @@ -0,0 +1,6 @@ +#[cfg(test)] +mod bitmap; +mod common; + +#[cfg(test)] +mod block_cache; -- cgit v1.2.3-70-g09d2