aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
blob: fe95b2cbc32f50d98c311eed51e5fbb1d40e8876 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{cover_enabled, true}.
{deps, [
	{quoted, "1.2.*",
		{git, "git://github.com/klaar/quoted.erl.git", {tag, "1.2.0"}}},
	{proper, "1.0",
		{git, "git://github.com/manopapad/proper.git", {tag, "v1.0"}}}
]}.
{eunit_opts, [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}.
{erl_opts, [
%%	bin_opt_info,
%%	warn_missing_spec,
	warnings_as_errors,
	warn_export_all
]}.