Skip to content

yangcancai/sui

Repository files navigation

sui

CI

Required

$ rebar3 -v
rebar 3.14.4 on Erlang/OTP 22 Erts 10.7.2.1

Build

$ make co

Eunit

$ make eunit

Common Test

$ make ct

Dialyzer

$ make dialyzer

Test(dialyzer, eunit, ct)

$ make test