mirror of
https://github.com/valitydev/jesse.git
synced 2024-11-06 09:35:23 +00:00
Add rebar.tests.config
This commit is contained in:
parent
ea31b60f66
commit
d1d92464c4
7
rebar.tests.config
Normal file
7
rebar.tests.config
Normal file
@ -0,0 +1,7 @@
|
||||
%%-*- mode: erlang -*-
|
||||
|
||||
{cover_enabled, true}.
|
||||
{deps, [ {jiffy, ".*", {git, "git://github.com/davisp/jiffy.git", {branch, "master"}}}
|
||||
]}.
|
||||
{eunit_opts, [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}.
|
||||
{erl_opts, []}.
|
Loading…
Reference in New Issue
Block a user