Skip to content

Commit

Permalink
Add lint and edoc to README
Browse files Browse the repository at this point in the history
  • Loading branch information
aronisstav committed Jul 15, 2018
1 parent 22ac37f commit c8c0bc7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@

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!][website]
[Visit the website][website] to find out 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`

Expand Down

0 comments on commit c8c0bc7

Please sign in to comment.