Skip to content

Commit

Permalink
More tests
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Jan 30, 2024
1 parent 74c6692 commit 69b6afd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test-macho.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ int main(int argc, char** argv)

assert_true_rule_file(
"import \"macho\" rule test { condition: \
macho.fat_magic == 0xcafebabe and \
macho.file[0].magic == 0xfeedface /* 0xcefaedfe */ and \
macho.file[1].magic == 0xfeedfacf /* 0xcffaedfe */ }",
"tests/data/tiny-universal");
Expand Down

0 comments on commit 69b6afd

Please sign in to comment.