Mas i335 otp24 (#336)
* Address OTP24 warnings, ct and eunit paths * Reorg to add OTP 24 support * Update VOLUME.md * Correct broken refs * Update README.md * CI on all main branches Co-authored-by: Ulf Wiger <ulf@wiger.net>
This commit is contained in:
parent
2c53c0a85a
commit
ed0301e2cf
43 changed files with 99 additions and 553 deletions
12
rebar.config
12
rebar.config
|
@ -9,14 +9,24 @@
|
|||
|
||||
{xref_checks, [undefined_function_calls,undefined_functions]}.
|
||||
|
||||
{cover_excl_mods,
|
||||
[testutil,
|
||||
appdefined_SUITE, basic_SUITE, iterator_SUITE,
|
||||
perf_SUITE, recovery_SUITE, riak_SUITE, tictac_SUITE]}.
|
||||
|
||||
{eunit_opts, [verbose]}.
|
||||
|
||||
{profiles,
|
||||
[{eqc, [{deps, [meck, fqc]},
|
||||
{erl_opts, [debug_info, {parse_transform, eqc_cover}]},
|
||||
{extra_src_dirs, ["test"]}]}
|
||||
{extra_src_dirs, ["test"]}]},
|
||||
{test, [
|
||||
{eunit_compile_opts, [{src_dirs, ["src", "test/end_to_end"]}]}
|
||||
]}
|
||||
]}.
|
||||
|
||||
{deps, [
|
||||
{lz4, ".*", {git, "https://github.com/martinsumner/erlang-lz4", {tag, "0.2.5"}}}
|
||||
]}.
|
||||
|
||||
{ct_opts, [{dir, ["test/end_to_end"]}]}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue