Add a simple test for encryption

This commit is contained in:
Avinash Sajjanshetty
2025-08-13 11:42:06 +05:30
parent fc3b76de1b
commit eb45a156fc
4 changed files with 78 additions and 0 deletions

View File

@@ -4,3 +4,6 @@ mod test_write_path;
mod test_multi_thread;
mod test_transactions;
#[cfg(feature = "encryption")]
mod encryption;