OTP 23 support
This commit is contained in:
parent
4caefcf4aa
commit
963a921f9b
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{erl_opts, [warnings_as_errors,
|
{erl_opts, [warnings_as_errors,
|
||||||
{platform_define, "^2[0-2]{1}", fsm_deprecated},
|
{platform_define, "^2[0-3]{1}", fsm_deprecated},
|
||||||
{platform_define, "^1[7-8]{1}", old_rand},
|
{platform_define, "^1[7-8]{1}", old_rand},
|
||||||
{platform_define, "^17", no_log2},
|
{platform_define, "^17", no_log2},
|
||||||
{platform_define, "^R", no_sync},
|
{platform_define, "^R", no_sync},
|
||||||
|
@ -9,6 +9,8 @@
|
||||||
|
|
||||||
{xref_checks, [undefined_function_calls,undefined_functions]}.
|
{xref_checks, [undefined_function_calls,undefined_functions]}.
|
||||||
|
|
||||||
|
{eunit_opts, [verbose]}.
|
||||||
|
|
||||||
{profiles,
|
{profiles,
|
||||||
[{eqc, [{deps, [meck, fqc]},
|
[{eqc, [{deps, [meck, fqc]},
|
||||||
{erl_opts, [debug_info, {parse_transform, eqc_cover}]},
|
{erl_opts, [debug_info, {parse_transform, eqc_cover}]},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue