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]},
|
2019-01-21 10:51:07 +00:00
|
|
|
{erl_opts, [debug_info, {parse_transform, eqc_cover}]},
|
|
|
|
{extra_src_dirs, ["test"]}]}
|
2017-07-31 20:20:39 +02:00
|
|
|
]}.
|
2017-11-03 14:18:49 +00:00
|
|
|
|
|
|
|
{deps, [
|
2019-11-01 13:41:10 +00:00
|
|
|
{lz4, ".*", {git, "https://github.com/martinsumner/erlang-lz4", {branch, "develop-3.0"}}}
|
2017-11-03 14:18:49 +00:00
|
|
|
]}.
|