aboutsummaryrefslogblamecommitdiffstats
path: root/rebar.tests.config
blob: 128f069f727f9ea7002a3c8dfc9c39c0338d3813 (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\\.6\\.0.*", {git, "git://github.com/extend/ranch.git", "0.6.0"}}
]}.
{eunit_opts, [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}.
{erl_opts, []}.