PanagiotisFytas / Concuerror

Concuerror is a systematic testing tool for concurrent Erlang programs

Home Page:http://parapluu.github.io/Concuerror

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis Codecov Erlang Versions

Concuerror

Concuerror is a stateless model checking tool for Erlang programs. It can be used to systematically test programs for concurrency errors, detect and report errors that only occur on few, specific schedulings or verify their absence.

To find out more visit the website!

How to build

  • Compile : make
  • Run the testsuites : make tests tests-real
  • Run Dialyzer : make dialyze
  • Check code coverage : make cover
  • Cleanup : make clean

The preferred way to start concuerror is via the bin/concuerror escript.

Is there a changelog?

Yes!

Copyright and License

Copyright (c) 2014-2018, Stavros Aronis (aronisstav@gmail.com) and Kostis Sagonas (kostis@cs.ntua.gr). All rights reserved

Copyright (c) 2011-2013, Alkis Gotovos (el3ctrologos@hotmail.com), Maria Christakis (mchrista@softlab.ntua.gr) and Kostis Sagonas (kostis@cs.ntua.gr). All rights reserved.

Concuerror is distributed under the Simplified BSD License. Details can be found in the LICENSE file.

About

Concuerror is a systematic testing tool for concurrent Erlang programs

http://parapluu.github.io/Concuerror

License:BSD 2-Clause "Simplified" License


Languages

Language:Erlang 96.2%Language:Shell 2.5%Language:Python 0.7%Language:Makefile 0.6%Language:Ruby 0.0%Language:Emacs Lisp 0.0%