Skip to content

Concurrency property fuzzing tool for multicore OCaml programs

License

Notifications You must be signed in to change notification settings

SumitPadhiyar/parafuzz

Folders and files

NameName
Last commit message
Last commit date
Aug 21, 2020
Aug 20, 2020
Feb 13, 2019
Apr 29, 2020
Apr 18, 2018
Apr 27, 2020
Oct 17, 2019
Oct 15, 2019
May 23, 2019
May 1, 2020
May 7, 2019
Dec 11, 2019
Apr 30, 2020
May 1, 2020
Apr 30, 2020
Feb 12, 2021
Jun 17, 2021
Apr 29, 2020
Feb 12, 2021
Apr 21, 2021
Jul 29, 2020
Jun 1, 2020
Oct 14, 2019
Feb 19, 2021
Apr 30, 2020
Apr 16, 2019
Apr 30, 2020
Sep 1, 2018
Dec 26, 2019
Apr 29, 2020
Mar 26, 2020
Mar 25, 2019
Sep 11, 2013
Jul 24, 2020
Jun 28, 2018
Oct 1, 2019
Feb 21, 2020
Oct 5, 2019
Sep 30, 2019
Mar 9, 2018
Apr 30, 2020
Oct 12, 2019
Sep 11, 2019
Apr 29, 2020
Aug 28, 2019
Jan 10, 2019
Sep 30, 2019
May 21, 2019
May 4, 2021
May 1, 2020
Nov 25, 2019
Apr 30, 2020
Nov 25, 2019
Sep 7, 2018
Oct 5, 2019
Jun 1, 2020
Jun 1, 2020
Oct 18, 2019
Oct 10, 2018
Mar 24, 2021

Repository files navigation

ParaFuzz

Multi-core OCaml concurrency bug detection tool

Setup

  1. Create parafuzz switch
opam switch create parafuzz --empty --repositories=parfuzz-multicore=git+https://github.com/SumitPadhiyar/multicore-opam.git,default
  1. Install parafuzz
opam pin add -k path .
  1. Install dune-2.7.1
opam install dune.2.7.1

Install parafuzz-lib

opam pin add -k path otherlibs/parafuzz-lib/