Skip to content

Commit

Permalink
Added MBR test
Browse files Browse the repository at this point in the history
  • Loading branch information
devttys0 committed Nov 2, 2024
1 parent 5dc3eeb commit 5eb775a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added tests/inputs/mbr.bin
Binary file not shown.
8 changes: 8 additions & 0 deletions tests/mbr.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
mod common;

#[test]
fn integration_test() {
const SIGNATURE_TYPE: &str = "mbr";
const INPUT_FILE_NAME: &str = "mbr.bin";
common::integration_test(SIGNATURE_TYPE, INPUT_FILE_NAME);
}

0 comments on commit 5eb775a

Please sign in to comment.