You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compile using rebar. Makefile added for convenience.
Eunit tests:
rebar compile eunit
Common tests:
Add code:add_pathz("/path/to/gaoler/ebin/"). to your ~/.erlang file
rebar compile ct
n.b. This is not production code. Written for a measurement paper, it is missing various important components for situations such as state recovery in case of failure and restart.