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

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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/