Skip to content

Commit

Permalink
Update cstest build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed May 20, 2024
1 parent 6cffa8d commit 3b53ed9
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions suite/cstest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,10 @@ brew install cmocka

## Build

- Build `cstest`
You can build `cstest` with `cmake` when building Capstone. Just pass the `CAPSTONE_BUILD_CSTEST` flag
during configuration.

```sh
./build_cstest.sh
```

To enable ASAN run

```sh
asan="ON" ./build_cstest.sh
```
Alternatively you can use the `build_cstest.sh` file in this directory.

## Usage

Expand Down

0 comments on commit 3b53ed9

Please sign in to comment.