Subversion Repositories SE.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6 7u83 1
{erl_opts, [
2
  debug_info,
3
  {platform_define, "^R", pre17}
4
]}.
5
 
6
{eunit_opts, [verbose]}.
7
{cover_enabled, true}.
8
 
9
{profiles, [
10
  {test, [
11
    {plugins, [
12
        {rebar3_eqc, ".*", {git, "https://github.com/kellymclaughlin/rebar3-eqc-plugin.git", {tag, "0.1.0"}}}
13
    ]}
14
  ]
15
}]}.