Skip to content

efene/rebar3_efene_ct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

efene rebar3 Common Test Plugin

efene rebar3 plugin to run Common Test

Build

$ rebar3 compile

Use

Add the plugin to your rebar config:

{plugins, [
    { efene_ct_rebar3, ".*", {git, "git@github.com:efene/efene_ct_rebar3.git", {branch, "master"}}}
]}.

Then just call your plugin directly in an existing application:

$ rebar3 efene ct
===> Fetching efene_ct_rebar3
===> Compiling efene_ct_rebar3
<Plugin Output>

About

rebar3 common test plugin for efene

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages