lfe-test

Build Status][travis badge]][travis] [![LFE Versions][lfe badge]][lfe] [![Erlang Versions][erlang badge]][versions] [![Tags][github tags badge] [ Downloads

The LFE rebar3 test plugin

Build

    $ rebar3 compile

Use

Add the plugin to your rebar.config:

{plugins, [
  {'lfe-test', ".*",
    {git, "https://github.com/lfe-rebar3/test.git",
      {branch, "master"}}}
]}.

Then just call your plugin directly from your project directory:

$ rebar3 help lfe test
...
$ rebar3 lfe test
...