Setup & Environment
# compile the project:
make compile
# run the unit tests:
make test
# run the system tests:
make systests
# run the release test:
make reltest
# run dialyzer to check types:
make dialyzer
# run linter
make lint
# open a shell:
make shell
# build a release:
make relWorking on dependencies
Last updated