XUtils

Concuerror

Concuerror is a systematic testing tool for concurrent Erlang programs.


[![Hex Docs][hex badge]][hex] [![Tests][tests badge]][tests] [![Codecov][codecov badge]][codecov]

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.

[Visit the website][website] for documentation, examples, tutorials, publications, and many more!

How to build

  • Compile : make
  • Build documentation : make edoc
  • Run the testsuites : make tests tests-real tests-unit
  • Run Dialyzer : make dialyzer
  • Run Elvis : make lint
  • Check code coverage : make cover
  • Cleanup : make clean

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

Is there bash_completion?

[Yes!][bash_completion]

Is there a changelog?

[Yes!][changelog]

How to prepare for a release?

[Read this][release]


Articles

  • coming soon...