This is intended to be a minimal example. A single, non-umbrella application, with a single eunit test.
Build and run the tests with: bazel test //...
Start a shell where you can interactively run the tests, and recompile files as needed:
bazel run repl -c dbg
Then in the erlang shell:
eunit:test(basic).
c(basic_tests).
- See #1