rebar.config 334 B

123456789101112131415161718
  1. {erl_opts, [{platform_define, "^[0-9]+", have_maps}]}.
  2. {eunit_opts, [verbose]}.
  3. {cover_enabled, true}.
  4. {cover_print_enabled, true}.
  5. {profiles, [
  6. {test, [
  7. {deps, [
  8. {erlexec, {git, "https://github.com/saleyn/erlexec.git", {ref, "576fb5d"}}}
  9. ]}
  10. ]}
  11. ]}.
  12. {ct_opts, [
  13. {ct_hooks, [epgsql_cth]}
  14. ]}.