cargo-bolero
can be installed globally with cargo:
bash
$ cargo install -f cargo-bolero
cargo-bolero
needs a couple of libraries installed to compile. If these libraries aren't
available the requirement can be relaxed by executing cargo install cargo-bolero --no-default-features -f
bash
$ sudo apt install binutils-dev libunwind-dev
```bash Run an engine for a target
USAGE:
cargo bolero test [FLAGS] [OPTIONS]
FLAGS:
--all-features Activate all available features
-h, --help Prints help information
--no-default-features Do not activate the default
feature
--release Build artifacts in release mode, with optimizations
-V, --version Prints version information
OPTIONS:
--features
ARGS:
```bash Reduce the corpus of a test target with an engine
USAGE:
cargo bolero reduce [FLAGS] [OPTIONS]
FLAGS:
--all-features Activate all available features
-h, --help Prints help information
--no-default-features Do not activate the default
feature
--release Build artifacts in release mode, with optimizations
-V, --version Prints version information
OPTIONS:
--features
ARGS: