Current section
Files
Jump to
Current section
Files
src/ltest.app.src
{application,ltest,
[{description,"A Testing Framework for LFE"},
{vsn,"0.13.10"},
{modules,['ltest-color','ltest-const','ltest-formatter',
'ltest-integration',ltest,'ltest-listener',
'ltest-runner','ltest-system','ltest-unit',
'ltest-util']},
{registered,[]},
{applications,[kernel,stdlib]},
{included_applications,[]},
{env,[]},
{pkg_name,ltest},
{licenses,["BSD-3"]},
{links,[{"GitHub","https://github.com/lfex/ltest"},
{"Hex","https://hex.pm/packages/ltest"}]},
{exclude_files,["priv"]}]}.