Packages

Erlang Binary Lightweight Search

Current section

Files

Jump to
ebils rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
%% == Common Test ==
{ct_opts, []}.
%% == Cover ==
{cover_enabled, true}.
{cover_opts, [verbose]}.
{ct_extra_params,"-dir ebin -logdir log/ct --erl_args -smp enable -boot start_sasl"}.
%% == Hex ==
{plugins, [rebar3_hex]}.