Skip to content

Commit

Permalink
Add simple test for ARM64 compatibility header.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Apr 20, 2024
1 parent 3db02b1 commit 22e86d2
Show file tree
Hide file tree
Showing 4 changed files with 4,533 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CITest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ jobs:
cp libcapstone.* ../tests/
cp test_* ../tests/
- name: "Compatibility header test build"
run: |
cd suite/auto-sync/c_test/
clang -lcapstone src/test_arm64_compatibility_header.c -o test_arm64_compatibility_header
./test_arm64_compatibility_header
- name: cstool - reaches disassembler engine
run: |
sh suite/run_invalid_cstool.sh
Expand Down
Loading

0 comments on commit 22e86d2

Please sign in to comment.