mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-27 07:20:33 +00:00
527 B
527 B
Building
cstest
is build together with Capstone by adding the flag -DCAPSTONE_BUILD_CSTEST
.
The build requires libyaml
. It is a fairly common package and should be provided by your package manager.
Testing
Files to test cstest
itself are located in suite/cstest/test
.
And yes, testing with a shell script is not nice. But I have time constraints, and
for integration testing it does pretty much exactly what it should.