OTP 23 support

This commit is contained in:
Martin Sumner 2020-07-23 11:45:42 +01:00
parent 4caefcf4aa
commit 963a921f9b

View file

@ -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}]},