capstone-engine / capstone

Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), Alpha, BPF, Ethereum VM, HPPA, LoongArch, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86.
http://www.capstone-engine.org
7.51k stars 1.54k forks source link

Fix 'make check' for python tests #2439

Closed hamarituc closed 1 month ago

hamarituc commented 1 month ago

Your checklist for this pull request

Detailed description

The python tests were relocated to a subdirectory, but the check target in the Makefile wasn't changed accordingly. This PR changes the Makefile to execute the checks from the subdirectory.

Test plan

Closing issues

N/A