Skip to content

Commit

Permalink
fix(efiboot): move tests.rs to the right directory
Browse files Browse the repository at this point in the history
  • Loading branch information
iTrooz committed Oct 18, 2023
1 parent 1646028 commit 1fb03c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions efiboot/src/cli/boot/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ pub mod enable_disable;
pub mod get_entries;
pub mod next;
pub mod order;
#[cfg(test)]
pub mod tests;

#[derive(Parser)]
pub enum BootCommand {
Expand Down
2 changes: 2 additions & 0 deletions efiboot/src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ pub mod export;
pub mod import;
pub mod list;
pub mod read;
#[cfg(test)]
pub mod tests;

#[derive(Parser)]
pub enum Command {
Expand Down
File renamed without changes.

0 comments on commit 1fb03c2

Please sign in to comment.