Current section

Files

Jump to
rebar3_exunit src rebar3_exunit.app.src
Raw

src/rebar3_exunit.app.src

{application, rebar3_exunit, [
{description, "Plugin to run exUnit tests"},
{vsn, "0.1.1"},
{registered, []},
{applications, [kernel, stdlib]},
{env, []},
%% hex.pm packaging:
{files, ["src", "LICENSE", "README.md", "rebar.config"]},
{contributors, ["ProcessOne"]},
{licenses, ["Apache"]},
{links, [{"Github", "https://github.com/processone/rebar3_exunit"}]}
]}.