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.61k stars 1.56k forks source link

[CMake] Architecture definition fix #2272

Closed Rot127 closed 9 months ago

Rot127 commented 9 months ago

With https://github.com/capstone-engine/capstone/pull/2252 I had the trouble, that the arch support flags were not added for whatever reason. This fixes it and adds some generic cstool tests. The cstool tests are only there to check, if the disassembler engines of each arch is reached.

Rot127 commented 9 months ago

@kabeor It seems like the CI is unbroken again? Can you please re-trigger the workflows for the other PRs?