aboutsummaryrefslogblamecommitdiffstats
path: root/rebar.tests.config
blob: 9315c7effef1f02660460aaa5113d20931f8be90 (plain) (tree)
1
2
3
4
5
6
7
8

                      


                                                                                   


                                                                  
{cover_enabled, true}.
{deps, [
	{proper, ".*",
		{git, "git://github.com/manopapad/proper.git", "master"}},
	{ranch, "0\\.4\\.0.*", {git, "git://github.com/extend/ranch.git", "0.4.0"}}
]}.
{eunit_opts, [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}.
{erl_opts, []}.