rebar.config 365 B

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