Packages

A lightweight and fast testing framework for Erlang

Current section

Files

Jump to
etest src etest.app.src
Raw

src/etest.app.src

{application,etest,
[{description,"A lightweight and fast testing framework for Erlang"},
{vsn,"1.2.1"},
{links,[{"Github","https://github.com/wooga/etest"}]},
{licenses,["BSD-2-Clause"]},
{registered,[]},
{modules,[]},
{env,[]},
{applications,[]},
{files,["rebar.config","LICENSE","README.md","bin","src",
"include","test"]}]}.