Skip to content

Commit

Permalink
Added bzip2 integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
devttys0 committed Nov 2, 2024
1 parent ec3a7b7 commit 026dea5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/bzip2.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 = "bzip2";
const INPUT_FILE_NAME: &str = "bzip2.bin";
common::integration_test(SIGNATURE_TYPE, INPUT_FILE_NAME);
}
Binary file added tests/inputs/bzip2.bin
Binary file not shown.

0 comments on commit 026dea5

Please sign in to comment.