From 3b53ed983bb8894b1caa129b4b366b607d6c16a1 Mon Sep 17 00:00:00 2001 From: Rot127 Date: Fri, 10 May 2024 03:00:40 -0500 Subject: [PATCH] Update cstest build docs --- suite/cstest/README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/suite/cstest/README.md b/suite/cstest/README.md index fd31580bf3..dfc31cdea3 100644 --- a/suite/cstest/README.md +++ b/suite/cstest/README.md @@ -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