Skip to content
The LFE rebar3 plugin for the ltest framework
Branch: master
Clone or download
Pull request Compare This branch is 1 commit ahead of lfe-rebar3:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
priv/images
src
.gitignore
.travis.yml
LICENSE
Makefile
README.md
rebar.config

README.md

lfe-test

Build Status LFE Versions Erlang Versions Tags 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
...
You can’t perform that action at this time.