Packages

Modules and test suites to improve Erlang testing.

Current section

Files

Jump to
katana_test src katana_test.app.src
Raw

src/katana_test.app.src

{application,katana_test,
[{description,"Modules and test suites to improve Erlang testing."},
{vsn,"1.0.0"},
{applications,[kernel,stdlib,erts,tools,common_test,dialyzer,
elvis_core,xref_runner]},
{modules,[]},
{registered,[]},
{maintainers,["Inaka"]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/inaka/katana-test"}]},
{build_tools,["rebar3"]}]}.