Add xref check support

Now xref chekcing as part of verification process.
This commit is contained in:
Martin Sumner 2018-06-07 15:02:39 +01:00
parent 7c1f34c94f
commit 7eb26078e0

View file

@ -4,6 +4,8 @@
{platform_define, "^R", old_rand},
{platform_define, "^R", no_sync}]}.
{xref_checks, [undefined_function_calls,undefined_functions]}.
{profiles,
[{eqc, [{deps, [meck, fqc]},
{erl_opts, [debug_info, {parse_transform, lager_transform}, {parse_transform, eqc_cover}]},