This is an old version of Concuerror. The actively maintained version is now hosted at https://github.com/parapluu/Concuerror.
Concuerror is a systematic testing tool for concurrent Erlang programs.
Copyright (c) 2011-2012,
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.
make
concuerror --help
concuerror --gui
make THREADS=4 test
make utest
make dialyze
make clean