test: define tape tests as submodule

This commit is contained in:
Dietmar Maurer
2021-02-02 14:38:15 +01:00
parent 988e8de122
commit cc2a0b12f8
3 changed files with 7 additions and 2 deletions

View File

@ -7,6 +7,9 @@ use proxmox::tools::fs::{
CreateOptions,
};
#[cfg(test)]
mod test;
pub mod file_formats;
mod tape_write;