rebar.config 279 B

123456789101112
  1. {cover_enabled, true}.
  2. {deps, [
  3. {proper, "1.0",
  4. {git, "git://github.com/manopapad/proper.git", {tag, "v1.0"}}}
  5. ]}.
  6. {eunit_opts, [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}.
  7. {erl_opts, [
  8. %% bin_opt_info,
  9. %% warn_missing_spec,
  10. warnings_as_errors,
  11. warn_export_all
  12. ]}.