18 lines
No EOL
632 B
Erlang
18 lines
No EOL
632 B
Erlang
{erl_opts, [warnings_as_errors,
|
|
{platform_define, "18", old_rand},
|
|
{platform_define, "17", old_rand},
|
|
{platform_define, "^R", old_rand},
|
|
{platform_define, "^R", no_sync}]}.
|
|
|
|
{profiles,
|
|
[{eqc, [{deps, [meck, fqc]},
|
|
{erl_opts, [debug_info, {parse_transform, lager_transform}, {parse_transform, eqc_cover}]},
|
|
{plugins, [rebar_eqc]}]}
|
|
]}.
|
|
|
|
{pre_hooks, [
|
|
{"(linux|darwin|solaris|win32)", clean, "make clean"},
|
|
{"(freebsd|netbsd|openbsd)", clean, "gmake clean"},
|
|
{"(linux|darwin|solaris|win32)", compile, "make"},
|
|
{"(freebsd|netbsd|openbsd)", compile, "gmake"}
|
|
]}. |