ckaran / bolero

fuzz and property testing framework

Home Page:https://camshaft.github.io/bolero

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bolero

Build Status Latest version Documentation License

fuzz and property testing front-end for Rust

Book

A copy of the Bolero Book can be found here: http://camshaft.github.io/bolero

Installation

bolero is on crates.io and can be added to a project like so:

[dev-dependencies]
bolero = "0.6"

bolero also provides a CLI program to execute fuzz tests, cargo-bolero. It can be installed globally with cargo:

$ cargo install -f cargo-bolero

Linux Installation

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

Debian/Ubuntu

$ sudo apt install binutils-dev libunwind-dev

About

fuzz and property testing framework

https://camshaft.github.io/bolero

License:MIT License


Languages

Language:C 57.5%Language:C++ 25.3%Language:Rust 14.1%Language:Makefile 2.2%Language:CMake 0.5%Language:Shell 0.2%Language:Python 0.2%