mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Use a separate rebar.config file for running tests
This commit is contained in:
parent
85ed79eb59
commit
4b27d3ec43
3 changed files with 31 additions and 18 deletions
|
@ -1,9 +1,3 @@
|
|||
{cover_enabled, true}.
|
||||
{deps, [
|
||||
{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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue