2017-07-31 20:20:39 +02:00
|
|
|
{erl_opts, [warnings_as_errors,
|
2018-05-04 17:14:12 +01:00
|
|
|
{platform_define, "^2[0-1]{1}", fsm_deprecated},
|
2017-11-13 18:58:50 +00:00
|
|
|
{platform_define, "^1[7-8]{1}", old_rand},
|
2018-10-24 15:42:21 +01:00
|
|
|
{platform_define, "^17", no_log2},
|
2018-09-21 13:27:10 +01:00
|
|
|
{platform_define, "^R", no_sync},
|
2017-09-15 15:10:04 +01:00
|
|
|
{platform_define, "^R", old_rand},
|
2018-10-24 15:42:21 +01:00
|
|
|
{platform_define, "^R", no_log2},
|
2018-09-21 13:27:10 +01:00
|
|
|
{platform_define, "^R", slow_test}]}.
|
2017-07-31 20:20:39 +02:00
|
|
|
|
2018-06-07 15:02:39 +01:00
|
|
|
{xref_checks, [undefined_function_calls,undefined_functions]}.
|
|
|
|
|
2017-07-31 20:20:39 +02:00
|
|
|
{profiles,
|
|
|
|
[{eqc, [{deps, [meck, fqc]},
|
|
|
|
{erl_opts, [debug_info, {parse_transform, lager_transform}, {parse_transform, eqc_cover}]},
|
|
|
|
{plugins, [rebar_eqc]}]}
|
|
|
|
]}.
|
2017-11-03 14:18:49 +00:00
|
|
|
|
|
|
|
{deps, [
|
2018-12-07 12:47:48 +00:00
|
|
|
{lz4, ".*", {git, "https://github.com/szktty/erlang-lz4", {tag, "0.2.4"}}}
|
2017-11-03 14:18:49 +00:00
|
|
|
]}.
|