Erlang New Project
ERLANG NEW PROJECT:
withdocs/ - because we're going to have full docs automatically built. first make two folders, src/ and test/ .
The first file(s) you should then write are the common test
SUITE files. Under test/
.
Why?
You will find that you need to trigger a sequence of steps ...
more ...