tree: 7f82a476a09123042a77506d72d15a5950e8b9ad [path history] [tgz]
  1. include/
  2. src/
  3. issues.cs
  4. Makefile
  5. README.md
suite/cstest/README.md

Regression testing

This directory contains a tool for regression testing core of Capstone

Build

cd suite/cstest
make

Usage

  • Test for all closed issues
cd suite/cstest
./build/cstest ./issues.cs
  • Test for some input from LLVM
cd suite/cstest
./build/cstest ../MC/AArch64/basic-a64-instructions.s.cs
  • Test all
cd suite/cstest
make cstest