aboutsummaryrefslogtreecommitdiff
path: root/server/_build/default/lib/poolboy/rebar.config
blob: 1d494cac7fc6f1be679f773c888732d8e38161eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{erl_opts, [
  debug_info,
  {platform_define, "^R", pre17}
]}.

{eunit_opts, [verbose]}.
{cover_enabled, true}.

{profiles, [
  {test, [
    {plugins, [
        {rebar3_eqc, ".*", {git, "https://github.com/kellymclaughlin/rebar3-eqc-plugin.git", {tag, "0.1.0"}}}
    ]}
  ]
}]}.