Current section

Files

Jump to
cth_readable rebar.config
Raw

rebar.config

{deps, [cf]}.
{ct_opts, [
{ct_hooks, [cth_readable_failonly, cth_readable_shell]}
]}.
{ct_compile_opts, [
{parse_transform, cth_readable_transform}
]}.